0.16.0 • Published 10 months ago

@smile/haring-react v0.16.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
10 months ago

@smile/haring-react

Core components library containing all major 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

Install @smile/haring-react and peer dependencies with:

npm i @smile/haring-react @mantine/core @mantine/hooks @phosphor-icons/react

Styles

Import the styles in your app with:

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

License

LGPL-3.0