1.0.21 • Published 6 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
8 months ago
1.0.21
6 months ago
1.0.20
6 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
1 year ago
1.0.8
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.12
1 year ago
1.0.2
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.1
1 year ago
1.0.0
2 years ago