Volume Control
MediaAnimated volume slider
volumeslideraudio
Installation
$
Usage
tsx
import { VolumeControl } from "@/components/nonaxial/volume-control"
export default function Example() {
return (
<VolumeControl>{/* Your content here */}</VolumeControl>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |