List
Lists are used to display list items in an unordered way.
- On this page
Properties
color
The Dracula UI color for the List.
"purpleCyan" | "yellowPink" | "cyanGreen" | "pinkPurple" | "cyan" | "green" | "orange" | "pink" | "purple" | "red" | "yellow" | "white" | "black" | "blackSecondary" | "blackLight"
variant
The variation to be used for the List element. `unordered` -> Display list in dashes as an `<ul>` `ordered` -> Deprecated and moved to OrderedList
"unordered" | "ordered" | "none"