1.0.0 • Published 6 years ago
@reme3d2y/core-components v1.0.0
✨ 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.
- Only primitives without extra functionality.
🖥 Environment Support
- Modern browsers and Internet Explorer 11+
- Server-side Rendering
| IE / Edge | Firefox | Chrome | Safari | Opera | Electron |
|---|---|---|---|---|---|
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm install exampleyarn add example🔨 Usage
import { Example } from "example";
ReactDOM.render(<Example />, mountNode);And import style manually:
import "@alfa-labaratory/core-components/themes/dark.css";TypeScript
🔗 Links
⌨️ Development
$ git clone git@github.com:alfa-laboratory/core-components.git
$ cd core-components
$ npm install
$ npm startOpen your browser and visit http://127.0.0.1:8081
🤝 Contributing 
Read our contributing guide and let's build a better antd together.
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)
1.0.0
6 years ago