@shcnwc/shadcn-drawer-web-component
v1.3.2
Published
A drawer component for Svelte.
Readme
Drawer
A drawer component for Svelte.
Installation
npm install @shcnwc/shadcn-drawer-web-componentUsage
<script type="module">
import "@shcnwc/shadcn-drawer-web-component";
</script>
<drawer-root>
<drawer-trigger>open</drawer-trigger>
<drawer-content>
<drawer-header>
<drawer-title>are you sure absolutely sure?</drawer-title>
<drawer-description>this action cannot be undone-</drawer-description>
</drawer-header>
<drawer-footer>
<button>submit</button>
<drawer-close>cancel</drawer-close>
</drawer-footer>
</drawer-content>
</drawer-root>Links
Contributing
Contributions are welcome! Please open an issue or pull request on GitHub.
License
This project is licensed under the MIT License.
