Spinner
An animated loading indicator.
Preview
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | string | 'default' | sm, default, lg |
Usage
const { Spinner } = window.ColorSnap;
ReactDOM.createRoot(document.getElementById('root')).render(
React.createElement(Spinner, null)
);