gzj-ui
v0.1.8
Published
An enterprise-class UI design language and React components implementation
Maintainers
Readme
An enterprise-class UI design language and React UI library.
✨ Features
- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality React components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🌍 Internationalization support for dozens of languages.
- 🎨 Powerful theme customization based on CSS-in-JS.
🖥 Environment Support
- Modern browsers
- Server-side Rendering
- Electron
| Edge | Firefox | Chrome | Safari | Electron | | --- | --- | --- | --- | --- | | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm install gzj-uiyarn add gzj-uipnpm add gzj-uibun add gzj-ui🔨 Usage
import { Button, DatePicker } from 'gzj-ui';
export default () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
