()
| 5077 | } |
| 5078 | |
| 5079 | function 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 | |
| 5092 | function Example126() { |
| 5093 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…