https://github.com/funkeeflow/super-knob
A vanilla, a11y ready web component written in TypeScript for all your circular input needs. Fittable, customizable with a small footprint.
https://github.com/funkeeflow/super-knob
custom-element input knob-control typescript vanilla-js webcomponent
Last synced: 3 months ago
JSON representation
A vanilla, a11y ready web component written in TypeScript for all your circular input needs. Fittable, customizable with a small footprint.
- Host: GitHub
- URL: https://github.com/funkeeflow/super-knob
- Owner: funkeeflow
- License: mit
- Created: 2024-03-29T17:49:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T19:44:18.000Z (about 1 year ago)
- Last Synced: 2025-02-01T20:13:06.097Z (5 months ago)
- Topics: custom-element, input, knob-control, typescript, vanilla-js, webcomponent
- Language: TypeScript
- Homepage:
- Size: 427 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# super-knob 🎛️
A vanilla web component written in TypeScript for all your circular input needs. Fittable, customizable with a small footprint.
## Installation
```sh
npm install super-knob
```## Usage
```js
import 'super-knob';
```[link-demo]: https://
## Lincense
MIT