chakraui

Installation
SKILL.md

Chakra UI

Chakra UI v3 (2025) moves to a Zero-runtime engine (Panda CSS under the hood) to solve performance issues, while keeping the developer experience of style props.

When to Use

  • Speed: Developing UI with style props (<Box mt={4} />) is incredibly fast.
  • Accessibility: WAI-ARIA compliant out of the box.
  • Customizability: Easier to customize than MUI.

Core Concepts

Style Props

Passing CSS as props. bg="red.500".

Polymorphism

as prop. <Button as="a" href="...">.

Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026