1.0.0 • Published 3 years ago

@boncloud/bonc-theme-chalk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@boncloud/boncloud-theme-chalk

dc-ui component chalk theme.

Installation

npm i @boncloud/boncloud-theme-chalk -S

Usage

Use Sass import

@import '@boncloud/boncloud-theme-chalk';

Or Use webpack

import '@boncloud/boncloud-theme-chalk';

Or

<link rel="stylesheet" href="path/to/node_modules/@boncloud/boncloud-theme-chalk/lib/index.css">

Import on demand

import '@boncloud/boncloud-theme-chalk/lib/input.css';
import '@boncloud/boncloud-theme-chalk/lib/select.css';

// ...