1.0.0 • Published 5 years ago

taro-next-components-ui-pack v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

taro-next-components-ui-pack

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save taro-next-components-ui-pack

Usage

import React, { Component } from 'react'

import MyComponent from 'taro-next-components-ui-pack'
import 'taro-next-components-ui-pack/dist/index.css'

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

License

MIT ©

1.0.0

5 years ago