@shcnwc/shadcn-card-web-component
v1.3.2
Published
Displays a card with header, content, and footer.
Readme
Card
Displays a card with header, content, and footer.
Installation
npm install @shcnwc/shadcn-card-web-componentUsage
<script type="module">
import "@shcnwc/shadcn-card-web-component";
</script>
<card-root>
<card-header>
<card-title>card title</card-title>
<card-description>card description</card-description>
</card-header>
<card-content>
<p>card content</p>
</card-content>
<card-footer>
<p>card footer</p>
</card-footer>
</card-root>Links
Contributing
Contributions are welcome! Please open an issue or pull request on GitHub.
License
This project is licensed under the MIT License.
