@clodeo/react-ui
v1.6.6
Published
Clodeo React UI component library
Downloads
126
Readme
Installation
@clodeo/react-ui is available as an npm package.
// with npm
npm install @clodeo/react-ui
// with yarn
yarn add @clodeo/react-ui
Usage
Example usage
import * as React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@clodeo/react-ui';
function App() {
return <Button label={"Hello World"}/>;
}
ReactDOM.render(<App />, document.querySelector('#app'));
Documentation
TODO