LightUI

Docs Github

Documentation

  • Getting Started

Components

  • Avatar
  • Alert
  • Button
  • Badge
  • Card
  • Image
  • Input
  • Typography
  • Toast
  • List

Input

Inputs are necessary for user interaction with the website. Inputs are used to take information from the user, and then save the data to the server, accordingly.

Label Input

Label Input is a simple input with container class input-field.

You can show error and success using the following classinput-error input-success.

Simlarlly you can use classes for text color error-color success-color.

Wrong Password. Try again.

Textarea Input

You can create you textarea input just by using textarea tag inside input-field.

Image Typography