@sibiaoke/ui-theme

1.0.3 • Public • Published

ui-theme

element component theme --- light and dark.

Installation

npm i @sibiaoke/ui-theme

Usage

Use Sass import

@import '@sibiaoke/ui-theme';

Or Use webpack

import '@sibiaoke/ui-theme';

Or

<link rel="stylesheet" href="path/to/node_modules/@sibiaoke/ui-theme/lib/index.css">

Add theme class to body

<body class="theme-dark"></body>

Import on demand

import '@sibiaoke/ui-theme/lib/input.css';
import '@sibiaoke/ui-theme/lib/select.css';

// ...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @sibiaoke/ui-theme

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

1.18 MB

Total Files

176

Last publish

Collaborators

  • mz-fred
  • vickyhoo