1.0.1 • Published 5 years ago

ko-theme v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

ko-theme

dtux component ko theme.

Installation

yarn add ko-theme  --save

Usage

Use Sass import

@import 'ko-theme';

Or Use webpack

import 'ko-theme';

Or

<link rel="stylesheet" href="node_modules/ko-theme/lib/index.css">

Import on demand

import 'ko-theme/lib/input.css';
import 'ko-theme/lib/select.css';

// ...