@smile/haring-react-shared
v0.16.0
Published
Shared elements for Haring component library based on mantine
Downloads
250
Readme
@smile/haring-react-shared
Shared components and functions.
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-shared
and peer dependencies with:
npm i @smile/haring-react-shared @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';
License
LGPL-3.0