2.0.3-89 • Published 2 years ago

whale-test-antd v2.0.3-89

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-labs/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

2.0.3-89

2 years ago

2.0.3-88

2 years ago

2.0.3-87

2 years ago

2.0.3-86

2 years ago

2.0.3-85

2 years ago

2.0.3-84

2 years ago

2.0.3-83

2 years ago