UnorderedList

Use the UnorderedList component to render a list of unordered items.
  • Experimental
  • Not reviewed for accessibility
import {UnorderedList} from '@primer/react-brand'

Examples

Default

Checked variant

Component props

UnorderedList

NameTypeDefaultDescription
classNamestringSets a custom class on the root element
variantdefault, checkeddefaultSpecify alternative leading visual for list items
childrenReact.ReactNode, React.ReactNode[]Content to be displayed within the UnorderedList component

UnorderedList.Item

NameTypeDefaultDescription
classNamestringSets a custom class on the root element
childrenReact.ReactNode, React.ReactNode[]defaultContent to be displayed within the OrderedList component