0.0.93 • Published 11 months ago

yzsd v0.0.93

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

A niubi UI design language and React UI library.

NPM version NPM downloads

✨ 特性

  • 🌈 提炼自企业级中后台产品的交互语言和视觉风格。
  • 📦 开箱即用的高质量 React 组件。
  • 🛡 使用 TypeScript 开发,提供完整的类型定义文件。
  • ⚙️ 应用开发框架和设计工具配套。

🖥 兼容环境

  • 现代浏览器。
  • 支持服务端渲染。
  • Electron
EdgeFirefoxChromeSafariElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

📦 安装

npm install yzsd --save
yarn add yzsd

🔨 示例

import React from 'react';
import { Button } from 'yzsd';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
  </>
);

🛡 TypeScript

🌍 国际化

0.0.91

11 months ago

0.0.92

11 months ago

0.0.93

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago