import {UnorderedList} from '@primer/react-brand'
<UnorderedList><UnorderedList.Item>Automatic security and version updates</UnorderedList.Item><UnorderedList.Item>GitHub Security Advisories</UnorderedList.Item><UnorderedList.Item>Code and secret scanning</UnorderedList.Item><UnorderedList.Item>Dependency review</UnorderedList.Item><UnorderedList.Item>Automated authentication and identity management</UnorderedList.Item></UnorderedList>
<UnorderedList variant="checked"><UnorderedList.Item>Automatic security and version updates</UnorderedList.Item><UnorderedList.Item>GitHub Security Advisories</UnorderedList.Item><UnorderedList.Item>Code and secret scanning</UnorderedList.Item><UnorderedList.Item>Dependency review</UnorderedList.Item><UnorderedList.Item>Automated authentication and identity management</UnorderedList.Item></UnorderedList>
Name | Type | Default | Description |
---|---|---|---|
className | string | Sets a custom class on the root element | |
variant | default , checked | default | Specify alternative leading visual for list items |
children | React.ReactNode , React.ReactNode[] | Content to be displayed within the UnorderedList component |
Name | Type | Default | Description |
---|---|---|---|
className | string | Sets a custom class on the root element | |
children | React.ReactNode , React.ReactNode[] | default | Content to be displayed within the OrderedList component |