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