@imtf/panache
v5.0.0
Published
This repository contains the IMTF component library. It is a collection of reusable components that can be used in any front-end IMTF project developed with React.
Downloads
3,509
Keywords
Readme
🍻 Panaché - React component library
This repository contains the IMTF component library. It is a collection of reusable components that can be used in any front-end IMTF project developed with React.
Pre-requisites
The following peer dependencies must be installed:
@mui/material5.13.0 or higher@emotion/react&@emotion/styled11.0.0 or higherclsx1.2.0 or higherlodash-es4.17.0 or higherreactandreact-dom18.0.0 or higher
Installation
just run within your project:
# with npm
npm install @imtf/panache
# with yarn
yarn add @imtf/panacheDevelopment
Prior to development, make sure you have to install the depencencies:
npm installThen you can start storybook in order to develop and test the components:
# Start storybook
npm run devTesting
To run the tests, just run:
npm run testCoverage report can be generated with:
npm run test:coverageTests (and coverage) can be run as well with a UI in browser with:
npm run test:ui