1.0.24 • Published 7 years ago

z-vue-sidebar v1.0.24

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

z-vue-sidebar

Insert a Siddebar to the page.

Example code:

<sidebar headerhref="/" headertitle="Susy System" subheadertitle="Immobilienportal" closetitle="Sidebar schließen" footer>				
  <smenu :entries="[{icon: 'home', route: 'route', label: 'Link'}]" title="Main Menu"></smenu>
  <ul slot="footer">
	  <footerlink route="config" tooltip="Tooltip1" icon="cog"></footerlink>
		<footerlink href="/logout" tooltip="Tooltip2" icon="sign-out"></footerlink>
	</ul>
</sidebar>

Sidebar Properties

headerhref

Where to link to when header is clicked (usually "/", which is the welcome page)

headertitle

Text in the title

subheadertitle

Text in the subtitle (smaller text below the title), not clickable

closetitle

Tooltip for the close / open buttton ("Hamburger icon")

footer

This is a boolean value. You should set this when you use the footer-slot inside the sidebar (see example above)

1.0.24

7 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago