LightUI

Docs Github

Documentation

  • Getting Started

Components

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

List

As named suggest list is group of elements. These elements can be used as cards , images or actions.

Simple List

Simple list is group of list having a title and items.

You can create your list using classlist inside the any container.

    Title

  • Item
  • Item
  • Item
  • Item

Nested List

Nested List is group list having some sub list.

You can create your Nested list using classlist for the parent list and class sub-list for the sub-list.

    Title

  • Item
  • Item
    • Sub-Item
    • Sub-Item
    • Sub-Item
  • Item
  • Item

Slect List

Select list is basiclly having some checkbox or radio button.

you create the select list using same classlist inside the list you can put your checkbox or radio button.

    Title
Toast