Skip to content
venice-react / 0.37.1

venice-react 0.37.1

Install from the command line:
Learn more about npm packages
$ npm install @juntossomosmais/venice-react@0.37.1
Install via package.json:
"@juntossomosmais/venice-react": "0.37.1"

About this version

venice-react 🎨

UI Components using React

Demo

Using as lib

Install

Fist you need to install it using NPM or Yarn.

Yarn

$ yarn add @juntossomosmais/venice-react

NPM

$ npm i @juntossomosmais/venice-react

CSS

And import the required css file in your main application file.

import '@juntossomosmais/venice-react/dist/styles.css'

Most basic example

import React from 'react'
import ReactDOM from 'react-dom'

import { Button } from '@juntossomosmais/venice-react'

function App() {
  return <Button color="primary">Hello!</Button>
}

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

As develop

Check the README.

Details


Assets

  • venice-react-0.37.1-npm.tgz

Download activity

  • Total downloads 1,443
  • Last 30 days 0
  • Last week 0
  • Today 0