@it-tool-ui/angle-slider
v1.0.3
Published
UI AngleSlider Component with React & Typescript with TailwindCSS
Readme
React AngleSlider UI component
This is a very light UI AngleSlider component library for ReactJS. It's using TailwindCSS for styling.
You can also view the demo and get the source code directly for each component without installing this library.
Installation
npm install @it-tool-ui/angle-sliderimport { AngleSlider } from "@it-tool-ui/angle-slider";
<AngleSlider
value={0}
max={360}
showLabel={true}
labelSize="large"
barSizePercent={70}
size="6rem"
barThick="4px"
/>;