1.0.5 • Published 4 years ago

waved v1.0.5

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

云链笔记基于Antd的开源React UI库

CircleCI branch Codecov npm.io

NPM downloads

Dependencies DevDependencies Total alerts FOSSA Status

✨ Features

  • An enterprise-class UI design system for web applications.
  • A set of high-quality React components out of the box.
  • Written in TypeScript with predictable static types.
  • The whole package of development and design resources and tools.

🖥 Environment Support

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
IE / EdgeFirefoxChromeSafariOperaElectron
IE9, IE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

📦 Install

npm install waved
yarn add waved

🔨 Usage

import { DatePicker } from 'waved';
ReactDOM.render(<DatePicker />, mountNode);

And import style manually:

import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

⌨️ Development

$ 

文件结构

src为源码包,lib则为编译后的代码。

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago