Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add css class to card #1

Open
ArmeniaH opened this issue Apr 5, 2019 · 0 comments
Open

Ability to add css class to card #1

ArmeniaH opened this issue Apr 5, 2019 · 0 comments

Comments

@ArmeniaH
Copy link

ArmeniaH commented Apr 5, 2019

I wanted to create something similar to this to skip tones of boilerplate, and I came across to this implementation, which is almost exactly what I needed.

Thanks for saving my time :)

It would be very useful, if we could also add css class to parent container of the card to have ability to write custom css for cards.

->class('some-class-name')

and in Card.vue

cardClassList() {
    return this.card.class + ' ' + this.cardCenter + ' ' + this.textClassList;
},

I am missing my working laptop, so I am sorry for not creating a pull request for this.
Thanks a million !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant