1.0.7 • Published 4 years ago

@staton/webbase-components v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@staton/webbase-components

React Component Library For Staton™ WebBase

NPM JavaScript Style Guide

Install

npm install --save @staton/webbase-components

Usage

import React, { Component } from 'react'

import MyComponent from '@staton/webbase-components'
import '@staton/webbase-components/dist/index.css'

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

License

MIT © Dyontai Staton(https://github.com/Dyontai Staton)