0.12.0 • Published 17 days ago

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

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

React Front Kit shared

Shared components and functions.

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

Install @smile/react-front-kit-shared and peer dependencies with:

npm i @smile/react-front-kit-shared @mantine/core @mantine/hooks @phosphor-icons/react

Styles

Import the styles in your app with:

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

License

LGPL-3.0