@croud-ui/vue-sheet
v0.0.3
Published
Sheet component
Downloads
134
Readme
@croud-ui/vue-sheet
The sheet component is an atomic component that can be used to construct components like cards, modals and menus.
Install
To use this component in your vue app, install the component via the npm registery:
yarn add @croud-ui/vue-sheet
Usage
Import this component into the component file where you want to render it and register the component:
import Sheet from "@croud-ui/vue-sheet";
export default defineComponent({
...
components: {
Sheet
}
})
License
Licensed under the MIT License