var-theme-chalk

Var component chalk theme.

Usage no npm install needed!

<script type="module">
  import varThemeChalk from 'https://cdn.skypack.dev/var-theme-chalk';
</script>

README

var-theme-chalk

var component chalk theme.

Installation

npm i var-theme-chalk -S

Usage

Use Sass import

@import 'var-theme-chalk';

Or Use webpack

import 'var-theme-chalk';

Or

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

Import on demand

import 'var-theme-chalk/lib/button.css';

// ...