1.6.0 • Published 4 years ago

udash-ui v1.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

UGrowth Dashboard UI

React components for faster and easier web development. Build your dashboard with our design for free :D

Installation

udash-ui is available as an npm package.

// with npm
npm install udash-ui

// with yarn
yarn add udash-ui

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import { Text } from 'udash-ui';

function App() {
  return (
    <Text upper weight="bold">
      Upper and bold text
    </Text>
  );
}

ReactDOM.render(<App />, document.querySelector('#root'));

Documentation

See full documentation: https://doc-dash-ui.ugrowth.com.br/

License

This project is licensed under the terms of the MIT license.