A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
npm install @ark-ui/react
Ark UI is a headless, open-source UI library with over 45+ components designed for building reusable, scalable Design
Systems. It supports a wide range of JavaScript frameworks, offering dedciated packages for each supported framework.
Ark UI is available for the following JavaScript frameworks:
- React: @ark-ui/react
- Solid: @ark-ui/solid
- Vue: @ark-ui/vue
- Svelte: @ark-ui/svelte
- Accordion
- Avatar
- Carousel
- Checkbox
- Clipboard
- Collapsible
- Color Picker
- Combobox
- Date Picker
- Dialog
- Editable
- Field
- Fieldset
- File Upload
- Hover Card
- Menu
- Number Input
- Pagination
- Pin Input
- Popover
- Progress - Circular
- Progress - Linear
- QR Code
- Radio Group
- Rating Group
- Segment Group
- Select
- Signature Pad
- Slider
- Splitter
- Switch
- Tabs
- Tags Input
- Timer
- Toast
- Toggle Group
- Tooltip
- Tree View
To install @ark-ui/react, run the following command:
``bash`
npm install @ark-ui/react
or with yarn:
`bash`
yarn add @ark-ui/react
To use a component from @ark-ui/react, import it and include it in your application:
`tsx
import { Slider } from '@ark-ui/react'
import { useState } from 'react'
export const MySlider = () => {
const [value, setValue] = useState([30])
return (
)
}
``
For more detailed documentation and examples, please visit the official documentation.
You can request, vote for, and check upcoming features on our roadmap.
We welcome contributions to Ark UI. Please read our
contributing guidelines for more information on how to
contribute.
This project is licensed under the terms of the MIT license.