1.0.5 • Published 2 years ago

boundary-theme v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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';

// ...
1.0.5

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.9

3 years ago

0.1.1

3 years ago

0.1.2

3 years ago