viff-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.52 • Public • Published

viff-components

React Components designed for Visual Differentiable Programming GUI.

NPM JavaScript Style Guide

Install

npm install --save viff-components

Usage

import React, { Component } from 'react'

import MyComponent from 'viff-components'
import 'viff-components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © kpavlov7

Readme

Keywords

none

Package Sidebar

Install

npm i viff-components

Weekly Downloads

1

Version

0.0.52

License

MIT

Unpacked Size

1.68 MB

Total Files

86

Last publish

Collaborators

  • kpavlov7