1.0.6 • Published 2 years ago

@sargisgasparyan/appskitty-front-kit-new v1.0.6

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

appskitty-front-kit

appskitty front-end kit

NPM JavaScript Style Guide

Install

npm install --save appskitty-front-kit

Usage

import React, { Component } from 'react'

import MyComponent from 'appskitty-front-kit'
import 'appskitty-front-kit/dist/index.css'

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

License

MIT © arsen.simonyan