Skip to content

venice-react 0.39.2

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

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.39.2.tgz

Download activity

  • Total downloads 6,708
  • Last 30 days 177
  • Last week 24
  • Today 0