Skip to content

Commit

Permalink
Remove stems segmented-conrol, fix description (#7499)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Feb 7, 2024
1 parent e935693 commit ed95055
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 316 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import styles from './SegmentedControl.module.css'
import { SegmentedControlProps } from './types'

/**
* Tags are used to help label music for sorting or searching later. Tags are used in inputs during the upload process and appear later on the artist’s profile page.
* Tags leverage our scale tokens on hover and press.
* Active tags can only have the `<plus>` icon and inactive tags can only have the `<close>` icon
* A hybrid somewhere between a button group, radio buttons, and tabs;
* segmented controls are used to switch between different options or views.
*/
export const SegmentedControl = <T extends string>(
props: SegmentedControlProps<T>
Expand Down

This file was deleted.

This file was deleted.

130 changes: 0 additions & 130 deletions packages/stems/src/components/SegmentedControl/SegmentedControl.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/stems/src/components/SegmentedControl/index.ts

This file was deleted.

48 changes: 0 additions & 48 deletions packages/stems/src/components/SegmentedControl/types.ts

This file was deleted.

0 comments on commit ed95055

Please sign in to comment.