add Slider
add Slider
This commit is contained in:
parent
64bd05f7ff
commit
36febc3c56
4 changed files with 139 additions and 22 deletions
|
@ -27,6 +27,7 @@ import Modal from './components/modal';
|
|||
import { Select, Option, OptionGroup } from './components/select';
|
||||
import Tooltip from './components/tooltip';
|
||||
import Poptip from './components/poptip';
|
||||
import Slider from './components/slider';
|
||||
|
||||
const iview = {
|
||||
Button,
|
||||
|
@ -67,7 +68,8 @@ const iview = {
|
|||
iOption: Option,
|
||||
iOptionGroup: OptionGroup,
|
||||
Tooltip,
|
||||
Poptip
|
||||
Poptip,
|
||||
Slider
|
||||
};
|
||||
|
||||
module.exports = iview;
|
Loading…
Add table
Add a link
Reference in a new issue