ark icon indicating copy to clipboard operation
ark copied to clipboard

A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.

Results 30 ark issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

```tsx import { Avatar, useAvatar } from '@ark-ui/react' export const External = () => { const api = useAvatar({ onStatusChange: (e) => console.log('status changed', e) }) return ( PA )...

Add svelte-package to bundle Svelte. Svelte Package is currently the supported way for Svelte to bundle packages : https://kit.svelte.dev/docs/packaging#options As there as many issues with exporting mjs/js files instead of...

### Description The [vue range slider example from the docs](https://ark-ui.com/react/docs/components/slider#range-slider) crashed with the following error: ``` Cannot read properties of undefined (reading 'max') at Proxy. (./node_modules/.pnpm/@[email protected][email protected]/node_modules/@ark-ui/vue/dist/components/slider/slider-thumb.js.js:18:80) ``` the only difference...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vercel](https://vercel.com) ([source](https://togithub.com/vercel/vercel/tree/HEAD/packages/cli)) | [`35.2.3` -> `35.2.4`](https://renovatebot.com/diffs/npm/vercel/35.2.3/35.2.4) |...

dependencies

### Description When setting `lazyMount` on `Menu.Root`, the first item of the menu is not automatically focused. `unmountOnExit` is only to make it more explicit. ### Link to Reproduction (or...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`2.0.4` -> `2.0.5`](https://renovatebot.com/diffs/npm/vitest/2.0.4/2.0.5) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@zag-js/accordion](https://togithub.com/chakra-ui/zag) | [`0.64.0` -> `0.65.0`](https://renovatebot.com/diffs/npm/@zag-js%2faccordion/0.64.0/0.65.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@zag-js%2faccordion/0.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

## Welcome Contributors! Thank you for your interest in contributing to Ark UI! Below is a list of components that are available for implementation. If you're looking to make a...

help wanted

### Description When I use a dialog component for example, and add animation classes for enter and exit, only enter animation works. It's like the exit animation is being terminated...

pkg: vue