@shcnwc/shadcn-slider-web-component
v1.3.2
Published
An input where the user selects a value from within a given range.
Readme
Slider
An input where the user selects a value from within a given range.
Installation
npm install @shcnwc/shadcn-slider-web-componentUsage
<script type="module">
import "@shcnwc/shadcn-slider-web-component";
</script>
<shadcn-slider type="single" bind:value max={100} step={1} />Links
Contributing
Contributions are welcome! Please open an issue or pull request on GitHub.
License
This project is licensed under the MIT License.
