Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 585 Bytes

@smile/haring-react-dates

Date related components.

Documentation

You can access the documentation here: https://smile-sa.github.io/haring-doc

Prerequisite

You must have React 18 or later installed on your project.

Installation

You must install @smile/haring-react first and the install @smile/haring-react-dates and peer dependencies with:

npm i @smile/haring-react-dates @mantine/dates

Styles

Import the styles in your app with:

import '@mantine/dates/styles.css';
import '@smile/haring-react-dates/style.css';

License

LGPL-3.0