JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 437 forks source link

how to add button or link in ui-collasible header #505

Closed dheo0 closed 4 years ago

dheo0 commented 4 years ago

first of all, I'm sorry for my poor english

I want to know add button or A tag in ui-collapsible header??

I can insert a button or link but it doesn't work...

JosephusPaye commented 4 years ago

Hi,

The ripple animation intercepts all clicks on the header. If you disable the ripple, you can add interactive elements to the header, like a link or button.

See this example: https://codepen.io/JosephusPaye/pen/GRoaqKG?editors=1000

dheo0 commented 4 years ago

Thank you