MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Example

Function Example

stories/examples/List/Inline.js:4–12  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import { List, ListInlineItem } from 'reactstrap';
3
4function 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
14export default Example;
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…