1.0.11 • Published 4 years ago

@ygsoft-dsj/da-theme-chalk v1.0.11

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

da-theme-chalk

da component chalk theme.

Installation

npm i da-theme-chalk -S

Usage

Use Sass import

@import 'da-theme-chalk';

Or Use webpack

import 'da-theme-chalk';

Or

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

Import on demand

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

// ...