Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react): implement angle slider #3418

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jeferson-sb
Copy link
Contributor

@jeferson-sb jeferson-sb commented Mar 28, 2025

Description

Add the react implementation of @zag/angle-slider.

<AngleSlider.Root>
  <AngleSlider.Label>Wind direction</AngleSlider.Label>
  <AngleSlider.Control>
    <AngleSlider.Thumb />
    <AngleSlider.MarkerGroup>
      {[0, 45, 90, 135, 180, 225, 270, 315].map((value, i) => (
        <AngleSlider.Marker key={i} value={value} />
      ))}
    </AngleSlider.MarkerGroup>
  </AngleSlider.Control>
  <AngleSlider.ValueText />
  <AngleSlider.HiddenInput />
</AngleSlider.Root>
  • Stories
  • Unit Tests
  • Documentation (Website)
  • Vue/Svelte
Screen.Recording.2025-03-28.at.09.21.48.mov

Copy link

vercel bot commented Mar 28, 2025

@jeferson-sb is attempting to deploy a commit to the Chakra UI Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

pkg-pr-new bot commented Mar 28, 2025

Open in StackBlitz

npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/react@3418
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/solid@3418
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/svelte@3418
npm i https://pkg.pr.new/chakra-ui/ark/@ark-ui/vue@3418

commit: f821a45

@segunadebayo
Copy link
Member

Really appreciate your contributions @jeferson-sb.

We'll review shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants