olive-react-myoneui
v1.0.12
Published
myoneui 5 components built with React
Downloads
1,296
Maintainers
Readme
react-myoneui
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
- react-router-myoneui – Integration with React Router
- Awesome React Myoneui Components - Additional components like off-canvas navbar, switch and sliders.
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 withyarn 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.