1.0.24 • Published 6 years ago

z-vue-sidebar v1.0.24

Weekly downloads
6
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago