List
List
is a component for displaying lists. By default, it renders a ul
element.
Theming
The List
is a multi part component.
If you want to change the style of the component, please check here.
export const List: ComponentMultiStyle<"List"> = {baseStyle: {container: {},icon: {display: "inline-block",me: "2",verticalAlign: "middle",},item: {},},}
Edit this page on GitHub