New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

udash-ui

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udash-ui

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

latest
npmnpm
Version
1.6.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 22 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts