React Front Kit is a component library based on Mantine that offers a higher level of components to help you build consistent user interfaces faster.
You can check the components in Storybook: https://smile-sa.github.io/react-front-kit
React front kit is split into multiple packages:
- @smile/react-front-kit-shared: Shared components (required by other packages)
- @smile/react-front-kit: Base components
- @smile/react-front-kit-table: Table component
For a basic installation, ensure you use React 18 or later and then run:
npm i @smile/react-front-kit @emotion/react @mantine/core @mantine/hooks @mantine/styles @phosphor-icons/react
See each package README file for installation.