Options
All
  • Public
  • Public/Protected
  • All
Menu

The proptypes for List.

This also supports all aria-* and data-* attributes.

Hierarchy

Index

Properties

Properties

Optional className

className: string | null

Optional id

id: string | null

items

items: React.ReactNode[]

The items in the list. Can be anything from a string to another list component.

Optional type

type: ListTypes | null

The types of list that can be specified, currently either a bulleted list, or a numbered list.

If not specified, will default to a list without any marker.

Generated using TypeDoc