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.
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.
This component does not have any properties.
// Import the CLI generated component from wherever it is located after generation
import Spinner from '@/components';
return <Spinner />;
npx sc-search new-component -w -s styled -l typescript -n Spinner -o <destination/path>