Skip to content

Commit

Permalink
Added fader background level label
Browse files Browse the repository at this point in the history
  • Loading branch information
bananu7 committed Apr 4, 2024
1 parent b122d7e commit 42affdc
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
65 changes: 65 additions & 0 deletions public/fader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/Fader.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.fader {
background-image: url("fader.svg");
}
1 change: 1 addition & 0 deletions src/components/Fader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useCallback, ChangeEvent, WheelEvent } from 'react'
import './Fader.css'

export type FaderProps = {
value: number,
Expand Down

0 comments on commit 42affdc

Please sign in to comment.