You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
Could we get some background slot for the title ? I'm using a dynamic url passing down with a prop and will be good to be able to change that. Thanks
P.S.: Are you still working on that ? I'm new to Vue and I believe I could help with this issue and maybe future issues also. Would be a great way to understand more about Vue/Vue-MDL and contribute in general.
Hi. Do you mean like the example in the doc? http://posva.net/vue-mdl/#cards
I'm always looking forward new contributions 😄
I'm not working on this specific thing, so you can go for it. The main issue here is that you have to fix the height too
I see that you change the background-url in the CSS like that:
background: url('http://www.getmdl.io/assets/demos/welcome_card.jpg') center / cover;
I would like to change that URL passing the value via some prop or data. I was able to pass a value to media which works since the value is inserted in the img src. But couldn't figure out how to change the background alone. Something like below or just a better way to deal with custom styles in general:
Sorry if I said something weird, today is the first day of coding with Vue and I'm still confused with a couple stuff =)
I will take a look in this issue more in depth then. Can you explain more about the checkpoints though?
Expand on Title means expand on clicking in the title ?
Menu icon and interactions, it's about the option actions ?
Are there any custom events being fired to be documented ?
Cards are missing features:
The text was updated successfully, but these errors were encountered: