1.0.0 • Published 4 years ago

@reme3d2y/core-components v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

✨ 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 / EdgeFirefoxChromeSafariOperaElectron
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 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! :)