Tark UI
One-page showcase of 41 Ark UI components with 333 Tailwind-styled examples
Tier B · UsefulComponent LibraryBlock Collectiontarkui.com
Tark UI is a single-page gallery of Ark UI components dressed in Tailwind CSS, by Abraham Aremu (anubra266), a contributor in the Chakra and Ark ecosystem. The site ships 41 components with 333 worked examples between them — 20 for accordion, 20 for field, 16 for tabs, 15 each for avatar and steps, 14 for dialog and switch, 12 for date picker — which makes it more a variant cookbook than a documentation site. The README claims React, Vue, Solid and Svelte output and peer dependencies limited to Ark UI, Tailwind CSS and Lucide icons.
For an agent
Use this as a variant reference, not a dependency: there is no CLI, no npm package, no shadcn registry and no docs site — every route except `/` 404s, and components are selected via the `?component=<slug>` query param on the one page. That page is a client-rendered Next.js shell, so a plain fetch returns no code; drive a browser, or clone github.com/anubra266/tarkui and read `components/` directly, which is faster and more reliable. Critical caveat: the repository has no LICENSE file despite calling itself open source, so treat reuse as legally unsettled and prefer Shark UI when you need the same Ark UI components with an actual MIT grant.
Why it is here. The 333 worked examples are its real value — this is one of the densest collections of Ark UI variant patterns anywhere, useful for learning the primitives even if you never ship its code.
Facts
- License
- No license file
- Pricing
- Free, Open source
- Framework
- React, Vue, Svelte, Solid
- Styling
- Tailwind CSS v4
- Distribution
- Copy-paste snippet, GitHub repository
- Platform
- Web
- Content type
- Code
- Agent readiness
- Client-rendered shell, Readable open source, Copy-paste ready code
- Accessibility
- Built on accessible primitives, Keyboard navigable, Full ARIA pattern implemented
- Maturity
- Beta
- GitHub stars
- 131
Components it ships
41 totalHelps you build
8Notable for
- 333 examples across 41 components
- Ark UI variant cookbook
- no LICENSE file despite open-source claim
- single page, query-param routing
- by anubra266 of the Ark UI ecosystem
Provenance
Verified 2026-08-16. HTTP 200. https://www.tarkui.com/ (raw HTML plus embedded RSC payload, which carries the per-component example counts), https://www.tarkui.com/_next/static/chunks/*.js, https://www.tarkui.com/?component=accordion, https://raw.githubusercontent.com/anubra266/tarkui/main/README.md, https://api.github.com/repos/anubra266/tarkui, https://github.com/anubra266/tarkui
Also in Component Libraries
6- Ark UI · 49 headless components with one API across React, Vue, Solid and Svelte
- Astryx · Meta's open-source React + StyleX design system, 150+ components and 42 templates
- Chakra UI · 114 accessible React components with a token-driven styling system
- Coss UI · Cal.com's design system: 60 Base UI primitives shipped as a shadcn registry
- daisyUI · 68 pure-CSS Tailwind components as semantic class names, MIT, with 35 built-in themes
- GPUI Component · 60+ Rust desktop UI components for GPUI, with a 200K-line code editor and charts