@bohdanohorodnik/testselec

0.1.4 • Public • Published

Use SelectInput component

npm i @bohdanohorodnik/testselec
  • After install in your page add locale
import SelectInput from "@bohdanohorodnik/testselec";
import "@bohdanohorodnik/testselec/dist/select-input.css";
  • Add to Component
  components: {
    SelectInput,
  },
  • And use in your page
  <SelectInput v-model="yourModel" />
  • Props
placeholder: <String> #Set placeholder in component
options: <Array> #Set items in menu

#options example
options=[{text: "Text", value: 1}] #value can be string or number

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.41latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.41
0.1.30
0.1.20
0.1.10
0.1.01

Package Sidebar

Install

npm i @bohdanohorodnik/testselec

Weekly Downloads

2

Version

0.1.4

License

none

Unpacked Size

497 kB

Total Files

25

Last publish

Collaborators

  • bohdanohorodnik