UNPKG

@primer/components

Version:
18 lines (15 loc) 468 B
import { List } from './List'; import { Group } from './Group'; import { Item } from './Item'; import { Divider } from './Divider'; /** * Collection of list-related components. */ export const ActionList = Object.assign(List, { /** Collects related `Items` in an `ActionList`. */ Group, /** An actionable or selectable `Item` with an optional icon and description. */ Item, /** Visually separates `Item`s or `Group`s in an `ActionList`. */ Divider });