Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from fengxinhhh/Concis

一套轻量级React UI组件库

ARES6541/Concis

 
 

Repository files navigation

Concis

A Lightweight React UI components library.

English | 简体中文

Features

Comprehensive

With more than 30 crafted components that you can use out of the box.

Customizable theme

Extensive design tokens can be customized to build your own theme. the way of customization are supported:

TypeScript friendly

All components are written in TypeScript so it's type friendly.

Installation

Available as an npm package

// with npm
npm install concis@latest

// with yarn
yarn add concis@latest

Examples

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'concis/web-react';
import 'concis/web-react/style/index.css';

function App() {
  return <Button type="primary">Hello Concis!</Button>;
}

ReactDOM.render(<App />, document.getElementById('app'));

Useful Links

Browser Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
Edge 16 31 49 31 36 last 2 versions

About

一套轻量级React UI组件库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • Less 2.9%
  • CSS 2.7%