@ubidots/vulcanui
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

Ubidots

VulcanUI

Quick Start

  1. Installation: Inside your React project directory, install VulcanUI by running either of the following:
yarn add @ubidots/vulcanui

npm i @ubidots/vulcanui

pnpm add @ubidots/vulcanui
  1. Using VulcanUI components: Once VulcanUI is installed you can use any of the components as follows.
import { Button } from "@ubidots/vulcanui";

function Component() {
  return (
    <Button variant="solid" color="danger">
      Click me
    </Button>
  );
}

Package Sidebar

Install

npm i @ubidots/vulcanui

Weekly Downloads

3

Version

0.0.16

License

ISC

Unpacked Size

6.49 MB

Total Files

241

Last publish

Collaborators

  • juandavidtangarifehernandez
  • angelozdev
  • woakas
  • ubidevel