No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Spinner

The Spinner component is a loading indicator that can be used to indicate that a page or component is loading. Useful when the user needs to wait for a process to complete.

Properties

This component does not have any properties.

Example

// Import the CLI generated component from wherever it is located after generation
import Spinner from '@/components';

return <Spinner />;

Installation

npx sc-search new-component -w -s styled -l typescript -n Spinner -o <destination/path>