2.0.3-81 • Published 2 years ago

whale-want v2.0.3-81

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

want

Whale React UI library base on antd

NPM JavaScript Style Guide

Install

npm install --save whale-want

Usage

import React, { Component } from 'react'

import { Button } from 'want'
import 'want/dest/index.css'

class Example extends Component {
  render() {
    return (
      <Button type='default' style={{ margin: '100px' }}>
        Default
      </Button>
    )
  }
}

License

MIT © hicoldcat