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

Function Example125

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

Source from the content-addressed store, hash-verified

5077}
5078
5079function Example125() {
5080 return (
5081 <div>
5082 <Spinner />
5083 <Spinner color="primary" />
5084 <Spinner size="sm" />
5085 <Spinner type="grow" />
5086 <Spinner color="success" size="sm" type="grow" />
5087 <Spinner className="customClass" />
5088 </div>
5089 );
5090}
5091
5092function Example126() {
5093 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…