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

Function Example

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

Source from the content-addressed store, hash-verified

2import { List } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <List type="unstyled">
7 <li>Lorem ipsum dolor sit amet</li>
8 <li>Consectetur adipiscing elit</li>
9 <li>Integer molestie lorem at massa</li>
10 <li>Facilisis in pretium nisl aliquet</li>
11 <li>
12 Nulla volutpat aliquam velit
13 <ul>
14 <li>Phasellus iaculis neque</li>
15 <li>Purus sodales ultricies</li>
16 <li>Vestibulum laoreet porttitor sem</li>
17 <li>Ac tristique libero volutpat at</li>
18 </ul>
19 </li>
20 <li>Faucibus porta lacus fringilla vel</li>
21 <li>Aenean sit amet erat nunc</li>
22 <li>Eget porttitor lorem</li>
23 </List>
24 );
25}
26
27Example.parameters = {
28 docs: {

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…