Tailwind CSS Lists
Build organized and readable Tailwind CSS lists. Display items inline or vertically with bullets, numbers, and checks using ordered and unordered Preline UI lists.
List style types
Use .list-disc, .list-decimal, and .list-none to switch between bullet, number, and plain list styles.
Styled markers
Use the marker modifier to style bullets or counters independently from the list text.
Inline separator list
Use separator dots to turn inline items into a compact metadata or tag-style list.
Checked list
Replace the default bullets with check icons for task lists or feature lists.
Checked list color variants
Apply different color treatments to checked-list icons, badges, and filled markers.