elany-ui-lib
v0.5.1
Published
A UI and component library for ELANY's new AEROS system. Built with [React](https://reactjs.org/) and [Material UI](https://mui.com/) to allow developers to access the ELANY UI theme and custom components for a faster workflow.
Downloads
9
Readme
ELANY UI & Component Library
A UI and component library for ELANY's new AEROS system.
Built with React and Material UI to allow developers to access the ELANY UI theme and custom components for a faster workflow.
Installation
NPM
npm install elany-ui-lib
YARN
yarn add elany-ui-lib
Update Package
NPM
npm install elany-ui-lib@latest
YARN
yarn add elany-ui-lib@latest
Installing Peer Dependencies
React
This package requires use of react version 17^ and react-dom version 17^
NPX
npx create-react-app <app-name>
YARN
yarn create react-app <app-name>
Material UI
This package requires use of Material UI version 5^
NPM
npm install @emotion/react @emotion/styled @mui/material @mui/icons-material @mui/lab @mui/styles
YARN
yarn add @emotion/react @emotion/styled @mui/material @mui/icons-material @mui/lab @mui/styles
Material-Table
This package requires use of @material-table/core
More Material-Table documentation
NPM
npm install @material-table/core@next
YARN
yarn add @material-table/core@next