Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

concis

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concis

Concis Component library for PC

  • 1.6.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
Concis Logo

Concis

High-performance, lightweight UI library for rapidly building React applications.

stars react licence ci

English | 简体中文

Features

Comprehensive

With more than 50 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';
import 'concis/web-react/style/index.css';

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

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

Local experience

In the examples folder, there is a vite + react project runtime environment, in which you can experience the concis component, run the command in the project root directory:

pnpm examples:dev

Visit http://localhost:5173.

Browser Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
Edge 1631493136last 2 versions

Contributing

Developers interested in contributing should read the Contributing Guide.

Thank you to all the people who already contributed to Concis!

Keywords

FAQs

Package last updated on 13 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc