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