Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshwrn/react-dial


https://github.com/joshwrn/react-dial

dial knob react

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

React Dial Component

# Usage

```tsx
const App = () => {
const [degrees, setDegrees] = useState(0)
return (



{Math.round(degrees)}


Degrees





)
}
```