@smile/react-front-kit-dates
v0.12.0
Published
Date and Calendar React component library based on mantine
Downloads
2
Readme
React Front Kit dates
Date 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 the install @smile/react-front-kit-dates
and peer dependencies with:
npm i @smile/react-front-kit-dates @mantine/dates
Styles
Import the styles in your app with:
import '@mantine/dates/styles.css';
import '@smile/react-front-kit-dates/style.css';
License
LGPL-3.0