1.0.0-alpha.180 • Published 3 months ago

@smartb/g2-forms v1.0.0-alpha.180

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
3 months ago

@smartb/g2-components

React components Library

NPM JavaScript Style Guide

Install

npm install --save @smartb/g2-components

Usage

import React, { Component } from 'react'

import MyComponent from '@smartb/g2-components'
import '@smartb/g2-components/dist/index.css'

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

License

MIT ©