2.0.3 • Published 4 years ago

ugrowth-admin-ui v2.0.3

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

UGrowth Admin UI

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

Installation

ugrowth-admin-ui is available as an npm package.

// with npm
npm install ugrowth-admin-ui

// with yarn
yarn add ugrowth-admin-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 { Typography } from 'ugrowth-admin-ui';

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

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

Documentation

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

License

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