@clodeo/react-ui
TypeScript icon, indicating that this package has built-in type declarations

1.6.6 • Public • Published

@clodeo/react-ui

npm latest package npm next package npm downloads

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

Package Sidebar

Install

npm i @clodeo/react-ui

Weekly Downloads

431

Version

1.6.6

License

ISC

Unpacked Size

10.7 MB

Total Files

603

Last publish

Collaborators

  • setia_k
  • clodeo.admin
  • arifkhr
  • raafivvvv
  • ryuzaki01