@fyresite-ui/core
v1.0.0
Published
Reusable react components extending material ui
Downloads
3
Readme
React React component library for faster and easier web development. Components are extended from Material-UI.
Sending a Pull Request
Fyresite-UI is a team project, so Pull Requests are always welcome, but, before working on a large change, it is best to open an issue first to discuss it with the maintainers, Anthony Asaro & Stephen Orr.
When in doubt, keep your Pull Requests small. To give a Pull Request the best chance of getting accepted, don't bundle more than one feature or bug fix per Pull Request. It's often best to create two smaller Pull Requests than one big one.
- Clone the repository.
git clone https://github.com/Fyresite/fyresite-ui
- Install the dependencies:
yarn install
- Create a new feature branch:
git checkout -b feature/my-feature-branch