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

Function Example124

types/reactstrap-tests.tsx:5056–5077  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5054}
5055
5056function Example124() {
5057 // https://reactstrap.github.io/components/carousel/
5058 const items = [
5059 {
5060 src: 'data:image/svg+xml...',
5061 altText: 'Slide 1',
5062 caption: 'Slide 1',
5063 },
5064 {
5065 src: 'data:image/svg+xml...',
5066 altText: 'Slide 2',
5067 caption: 'Slide 2',
5068 },
5069 {
5070 src: 'data:image/svg+xml...',
5071 altText: 'Slide 3',
5072 caption: 'Slide 3',
5073 },
5074 ];
5075
5076 return <UncontrolledCarousel items={items} />;
5077}
5078
5079function Example125() {
5080 return (

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…