1.0.9 • Published 4 years ago

tailwind-dropdown-vue v1.0.9

Weekly downloads
42
License
-
Repository
github
Last release
4 years ago

Tailwind Dropdown Vue

an easy way to add dropdown buttons to your vue page

Installation


npm install tailwind-dropdown-vue

import TailwindDropdownVue from 'tailwind-dropdown-vue'

Usage

<dropdown
	menu-class=""
	hover
	left
	right
>
	<div slot="menu">
	<!-- In here you place the html that will be displayed in the dropdown menu -->
	</div>
</dropdown>

Component Reference

  • menu-class: the "menu" slot wrapper classes
  • hover:the presence of this attribute changes the button's behavior to display the dropdown menu when hovering over the button
  • left: align the dropdown menu to the left
  • right: align the dropdown menu to the right
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago