-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Dropdowns
asvae edited this page Oct 3, 2018
·
3 revisions
Example:
<button>
Open dropdown
<vuestic-dropdown v-model="isShown" position="bottom">
<a class="dropdown-item" href="/home">Home</a>
<a class="dropdown-item" href="/company">Company</a>
</vuestic-dropdown>
</button>
Props:
- position - String. Could be any of ['top', 'right', 'bottom', 'left'].
- value - Boolean. Default - false.
Component is a wrapper on top of quasar popup component.