Install the React Magma component library, and start using Cengage-themed, accessible components in your application.
For more information, including information on contributing to React Magma and running the project locally, visit the Github Repo.
Installation
Setup Requirements
- Your project needs to be running React v17
- Icons must be installed as a peer dependency
Install the Component Library
Install the React Magma Component library with npm.
npm install --save react-magma-dom
Install peer dependencies
npm install --save \"@emotion/react@11.13.0" \"@emotion/styled@11.13.0" \"react@17.0.2" \"react-dom@17.0.2" \"react-magma-icons@3.2.5"
Icons Only
The Icon library is not dependent on react-magma being used. react-magma-icons can be used independently by installing the package as a dependency in your project.
npm install --save react-magma-icons
Known Issues
Legacy context API has been detected within a strict-mode tree- https://github.com/JedWatson/react-select/pull/3487
On this page