mirror of https://github.com/ElemeFE/element
![]() * Table: Add `important` rule to `col-resize` cursor * Table: Add `important` rule to `col-resize` cursor * Update table-header.js * [Switch]: Add `allowFocus` prop + blur/focus events + Add new `allowFocus` prop + Add event emitters for focus & blur events + Set `input` $ref `.focus()` on switch click event * [Switch]: Add styling for when `allowFocus: true` + Add styling for when `allowFocus` prop is set to true. + Add styling for when input is focused * [Switch]: Update docs |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
gulpfile.js | ||
package.json | ||
salad.config.json |
README.md
element-theme-default
element component defualt theme.
Installation
npm i element-theme-default -S
Usage
Use Sass Or postcss-import
@import 'element-theme-default';
Or Use webpack
import 'element-theme-default';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-default/lib/index.css">
Import your need
import 'element-theme-default/lib/input.css';
import 'element-theme-default/lib/select.css';
// ...