JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.

Home Page:https://josephuspaye.github.io/Keen-UI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to add button or link in ui-collasible header

dheo0 opened this issue · comments

commented

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...

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

commented

Thank you