Displays a button or a component that looks like a button.
npm install @shcnwc/shadcn-button-web-component
<script type="module">
import "@shcnwc/shadcn-button-web-component";
</script>
<shadcn-button variant="outline">button</shadcn-button>
Contributions are welcome! Please open an issue or pull request on GitHub.
This project is licensed under the MIT License.