# Cards
We think cards are one of the best ways to organise your information. We went all out with possibilities and we recommended finding the right fit for your product.
import {LoginCard} from '@/components'
# Local Usage
components: {
LoginCard
}
# Global Usage
Vue.component(LoginCard)
# Login card
Log in
Or Be Classical
face
email
lock_outline
# LoginCard Slots
Name | Description |
---|---|
title | Default card title |
description | Default card description |
buttons | card buttons |
footer | Content for card footer |