@onesy/ui-react
v1.0.188
Published
UI for React
Maintainers
Readme
Add
yarn add @onesy/ui-reactUse
// Import any of the ui
import { Button } from '@onesy/ui-react';
function A(props) {
return (
<Button>
{props.children}
</Button>
);
}Dev
Install
yarnTest
yarn testProd
Build
yarn buildDisclaimer
onesy UI elements library is mostly based on the UI design rules of Open Source Google Material Design 3 design principles. The project is not in any way affiliated with Alphabet Inc., Google Inc. or any of their projects.
