1.0.0 • Published 4 years ago

uru-ui v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

NPM JavaScript Style Guide

Install

Uru-UI está disponible como un npm package.

npm install --save uru-ui

Usage

import React from "react";
import ReactDOM from "react-dom";
import { Button, InputNumber } from "uru-ui";

function App() {
  return (
    <div>
      <Button color="primary">Click Me</Button>
      <InputNumber />
    </div>
  );
}

ReactDOM.render(<App />, document.querySelector("#app"));

Development

Clone locally:

$ git clone https://github.com/andresurrutia97/uru-ui.git
$ cd uru-ui
$ npm install
$ npm start

Documentation

Revisa la documentación Uru-Ui.

License

MIT © andresurrutia97

0.9.7

4 years ago

1.0.0

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago