@smile/react-front-kit-table
v0.12.0
Published
Table React component library based on mantine
Downloads
10
Readme
React Front Kit table
Table related components.
Documentation
You can access the documentation here: https://smile-sa.github.io/react-front-kit-doc
Prerequisite
You must have React 18 or later installed on your project.
Installation
You must install @smile/react-front-kit
first and then install @smile/react-front-kit-table
and peer dependencies with:
npm i @smile/react-front-kit-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/react-front-kit-table/style.css';
License
LGPL-3.0