Skip to content

Alfa-Bank UI Design Language and React UI library

Notifications You must be signed in to change notification settings

FenkoAlex/core-components

 
 

Repository files navigation

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 [email protected]: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

About

Alfa-Bank UI Design Language and React UI library

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 44.6%
  • CSS 24.8%
  • JavaScript 22.6%
  • Shell 8.0%