@smile/react-front-kit
v0.12.0
Published
React component library based on mantine
Downloads
2
Readme
React Front Kit
Core components library containing all major 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
Install @smile/react-front-kit
and peer dependencies with:
npm i @smile/react-front-kit @mantine/core @mantine/hooks @phosphor-icons/react
Styles
Import the styles in your app with:
import '@mantine/core/styles.css';
import '@smile/react-front-kit-shared/style.css';
import '@smile/react-front-kit/style.css';
License
LGPL-3.0