Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 6.19 KB

File metadata and controls

90 lines (65 loc) · 6.19 KB

An enterprise-class UI design language and React UI library.

✨ 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
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm install example
yarn 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 start

Open your browser and visit http://127.0.0.1:8081

🤝 Contributing PRs Welcome

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! :)

Core Team


Troynov Evgeniy

Coordinator & Founder


Evgeny Sergeev

maintainer