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