react-oneui-engine
v1.0.0
Published
oneui 5 components built with React
Downloads
480
Maintainers
Readme
react-oneui
oneui compatibility
react-oneui is compatible with various versions of oneui. As such, you need to ensure you are using the correct combination of versions.
See the below table on which version of react-oneui you should be using in your project.
| oneui Version | react-oneui Version | Documentation | | ------------- | :---------------------: | -----------------------: | | v5.x | 2.x | Link | | v4.x | 1.x | Link | | v3.x | 0.33.x (not maintained) | Link |
Migrating from previous versions
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.