3.0.18 • Published 3 months ago
@spellix/skeleton v3.0.18
@spellix/skeleton
A Quick description of the component
This component is generated automatically, please add a description and usage instructions below.
Short description
Skeleton component
Installation
yarn add @spellix/skeleton
# or
npm i @spellix/skeleton
# or
pnpm i @spellix/skeleton
Usage
Import Skeleton from the package and configure it with props as needed:
import { Skeleton } from '@spellix/skeleton';
export const App = () => {
return <Skeleton {...({/* props for the component */})} />;
};