https://github.com/socialfinancedigitallabs/sf-mui-components
MUI componentry for SF React projects
https://github.com/socialfinancedigitallabs/sf-mui-components
Last synced: 3 months ago
JSON representation
MUI componentry for SF React projects
- Host: GitHub
- URL: https://github.com/socialfinancedigitallabs/sf-mui-components
- Owner: SocialFinanceDigitalLabs
- License: mit
- Created: 2022-11-23T09:29:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T04:22:43.000Z (over 1 year ago)
- Last Synced: 2024-12-29T11:19:48.359Z (5 months ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Social Finance MaterialUI Components
This is a small library of UI components for SF React projects. It leverages the MUI library for styling and underlying application components but builds upon it to deliver components tailored to the requirements of SF.
Eventually the intention is that this should be a full-blown NPM library but for now, and until the API and use-cases are stable, the only way to utilise it is to `yarn link` or `npm link` it into an existing React application.
Note: a quirk of Create React App based applications is that they do not support peer dependencies defined outside the src folder. For this reason if this components are to be used in an unejected CRA application you must also link `react` and `react-dom` from the node_modules folder in this project. Not doing so will cause two copies of React to be loaded onto the page and an outbreak of havoc will ensue.