0.0.7 • Published 3 years ago

pimax-theme-chalk v0.0.7

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

pimax-theme-chalk

element component chalk theme.

Installation

npm i pimax-theme-chalk -S

Usage

Use Sass import

@import 'pimax-theme-chalk';

Or Use webpack

import 'pimax-theme-chalk';

Or

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

Import on demand

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

// ...