@croud-ui/vue-card
v0.0.3
Published
card component
Downloads
135
Readme
@croud-ui/vue-card
The card component is used to display data in an elevated state.
Install
To use this component in your vue app, install the component via the npm registery:
yarn add @croud-ui/vue-card
Usage
Import this component into the component file where you want to render it and register the component:
import Card from "@croud-ui/vue-card";
export default defineComponent({
...
components: {
Card
}
})
License
Licensed under the MIT License