1.1.0 • Published 2 years ago
cronyui v1.1.0
cronyui
React custom UI Component library
npm:
npm install cronyuiyarn:
yarn add cronyuiGetting started with cronyui
Here is an example of a basic app using cronyui's Button component:
import * as React from 'react';
import Button from 'cronyui/Button';
function App() {
return <Button id='button'>Hello World</Button>;
}Description
Additionaly you can add any props on top of the provided props on the component.