Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
To display a series of content.
Use
disabled
andactive
props to highlight or disable list items.
Use
type
props to treat items as abutton
,link
or adiv
. Default isdiv
.
Set the
horizontal
props astrue
to display the list horizontally.
import { ListGroup, ListItem } from "ui-neu"
Props for each of the components are included below. This is still under development and changes are anticipated to occur in upcoming releases.
Name | Description | Default |
---|---|---|
children | ListGroup will take list item components any | - |
horizontal | To display list horizontally bool | false |
Name | Description | Default |
---|---|---|
children | any | - |
active | To highlight any list item bool | - |
disabled | To disable any list item bool | - |
href | Enter url if list item is acting as links string | - |
horizontal | Whether or not parent wants its child to be aligned horizontally bool | - |