React components for faster and easier web development. Build your dashboard with our design for free :D
udash-ui is available as an npm package.
// with npm
npm install udash-ui
// with yarn
yarn add udash-ui
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'));
See full documentation: https://doc-dash-ui.ugrowth.com.br/
This project is licensed under the terms of the MIT license.