Allure React components library that implement Google's Material Design.
This library is a collection of shared React components that implement Google's Material Design.
The following packages need to be present on your project in order to use this library.
"@mui/material": "5.15.3"
"@ticketmaster/allure-core": "latest"
If they are not already present, add the required peerDependencies to your dependencies
yarn add @mui/material @ticketmaster/allure-core
Add @ticketmaster/allure-ui
to your dependencies
yarn add @ticketmaster/allure-ui
You can now use the React components provided by allure-ui inside your project.