@smile/haring-react-table
v0.16.0
Published
Table React component library based on mantine
Downloads
9
Readme
@smile/haring-react-table
Table related components.
Documentation
You can access the documentation here: https://smile-sa.github.io/haring-doc
Prerequisite
You must have React 18 or later installed on your project.
Installation
You must install @smile/haring-react
first and then install @smile/haring-react-table
and peer dependencies with:
npm i @smile/haring-react-table @mantine/dates dayjs mantine-react-table@beta @tabler/icons-react
Styles
Import the styles in your app with:
import '@mantine/dates/styles.css';
import 'mantine-react-table/styles.css';
import '@smile/haring-react-table/style.css';
License
LGPL-3.0