1.0.0 • Published 7 years ago

pft-fe-select v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

quick start

npm install pft-component-select --save


//import all sub component
var Select = require("pft-component-select");
var Light = Select.Light;
var ProvinceCity = Select.ProvinceCity;



//import one of sub component
var Light = require("pft-component-select/light");
var ProvinceCity = require("pft-component-select/provincecity");