1.1.0 • Published 4 years ago

@tomorepo/formselect v1.1.0

Weekly downloads
2
License
-
Repository
-
Last release
4 years ago

tomorepo/formselect

Install dependency in your project

npm install @tomorepo/formselect --save

Import component where you want to use it

import '@tomorepo/formselect';

Use the component in your template

    <form-select
      model="TestValue"
      :label="labelText">
      <option value="Option One">
        Option One
      </option>
      <option value="Option Two">
        Option Two
      </option>
    </form-select>
1.1.0

4 years ago

1.0.0

4 years ago