element-theme-owl
v1.4.7-alpha.2
Published
Element component OWL theme.
Downloads
4
Readme
element-theme-owl
element component owl theme.
Installation
npm i element-theme-owl -S
Usage
Use Sass Or postcss-import
@import 'element-theme-owl';
Or Use webpack
import 'element-theme-owl';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-owl/lib/index.css">
Import your need
import 'element-theme-owl/lib/input.css';
import 'element-theme-owl/lib/select.css';
// ...