react-myoneui
Myoneui 5 components built with React.
![Netlify](https://api.netlify.com/api/v1/badges/f09d443f-11b2-4454-812b-0645aeaca824/deploy-status)
Myoneui compatibility
react-myoneui is compatible with various versions of Myoneui. As such, you need to ensure you are using the correct combination of versions.
See the below table on which version of react-myoneui you should be using in your project.
Myoneui Version | react-myoneui Version | Documentation |
---|
v5.x | 2.x | Link |
v4.x | 1.x | Link |
v3.x | 0.33.x (not maintained) | Link |
Migrating from previous versions
Myoneui 4 to Myoneui 5
If you would like to update react-myoneui within an existing project to use Myoneui 5, please read our docs for migrating to react-myoneui V2.
Myoneui 3 to Myoneui 4
If you would like to update react-myoneui within an existing project to use Myoneui 4, please read our docs for migrating to react-myoneui V1.
Related modules
Local setup
Yarn is our package manager of choice here. Check out setup
instructions here if you don't have it installed already.
After that you can run yarn run myoneui
to install all the needed dependencies.
From there you can:
- Run the tests once with
yarn test
(Or run them in watch mode with yarn run tdd
). - Start a local copy of the docs site with
yarn start
- Or build a local copy of the library with
yarn run build
CodeSandbox Examples
Click here to explore some react-myoneui CodeSandbox examples.
Click here to automatically open CodeSandbox with the react-myoneui CodeSandbox Examples GitHub Repository as a workspace.
Contributions
Yes please! See the contributing guidelines for details.