Funx element component theme.


Keywords
element, theme
License
MIT
Install
npm install funx-theme@2.10.5

Documentation

fork from theme-chalk

funx-theme

element component funx theme.

Installation

npm i funx-theme -S

Usage

Use Sass import

@import 'funx-theme';

Or Use webpack

import 'funx-theme';

Or

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

Import on demand

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

// ...