1.0.21 • Published 7 months ago
ncb-component v1.0.21
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 ncb-component
yarn add ncb-component
pnpm add ncb-component
🔨 Usage
import { Button } from "ncb-component/button";
import { DatePicker } from "ncb-component/DatePicker";
//to using provider customer
import { Provider as NcbProvider } from "ncb-component/provider";
export default () => (
<NcbProvider>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</NcbProvider>
);
1.0.19
9 months ago
1.0.21
7 months ago
1.0.20
7 months ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.12
2 years ago
1.0.2
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago