(props)
| 2 | import { List, ListInlineItem } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return ( |
| 6 | <List type="inline"> |
| 7 | <ListInlineItem>Lorem ipsum</ListInlineItem> |
| 8 | <ListInlineItem>Phasellus iaculis</ListInlineItem> |
| 9 | <ListInlineItem>Nulla volutpat</ListInlineItem> |
| 10 | </List> |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | export default Example; |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…