@croud-ui/vue-sheet

0.0.3 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @croud-ui/vue-sheet

Weekly Downloads

39

Version

0.0.3

License

MIT

Unpacked Size

4.01 kB

Total Files

6

Last publish

Collaborators

  • brockreece
  • mitchreece