0.12.0 • Published 17 days ago

@smile/react-front-kit-dates v0.12.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
17 days ago

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