udash-ui

1.6.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i udash-ui

Weekly Downloads

1

Version

1.6.0

License

MIT

Unpacked Size

3.86 MB

Total Files

142

Last publish

Collaborators

  • adamdias