1.0.2 • Published 5 years ago
ugrowth-dash-ui v1.0.2
UGrowth Dashboard UI
React components for faster and easier web development. Build your dashboard with our design for free :D
Installation
ugrowth-dash-ui is available as an npm package.
// with npm
npm install ugrowth-dash-ui
// with yarn
yarn add ugrowth-dash-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 'ugrowth-dash-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.