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