boundary-theme
v1.0.5
Published
该主题是基于element-theme-chalk 2.15.7的版本上进行修改加入var 进行编译的一套默认的主题。
Downloads
4
Maintainers
Readme
boundary-theme
该主题是基于element-theme-chalk 2.15.7的版本上进行修改加入var 进行编译的一套默认的主题。
Installation
# with npm
npm i boundary-theme -S
# with yarn
yarn add boundary-theme -S
# with pnpm
pnpm add boundary-theme -S
Usage
Use css import
@import 'boundary-theme';
Or Use webpack
import 'boundary-theme';
Or
<link rel="stylesheet" href="path/to/node_modules/boundary-theme/lib/index[.min].css">
Import on demand
import 'boundary-theme/lib/input[.min].css';
import 'boundary-theme/lib/select[.min].css';
// ...