
























Accessible React components for building high-quality web apps and design systems. Works with Next.js RSC
Chakra UI is a component library for building web applications.
Tabs
Spend less time writing UI code and more time building a great experience for your customers.
Tokens. Streamline design decisions with semantic tokens
Typography. Customise your font related properties in one place
Recipes. Design components variants with ease
import { defineTokens } from "@chakra-ui/react"
export const tokens = defineTokens({
colors: {
primary: { value: "#0FEE0F" },
secondary: { value: "#EE0F0F" },
},
fonts: {
body: { value: "system-ui, sans-serif" },
},
animations: {
"slide-in-right": { value: "slide-in-right 0.5s ease-in-out" },
},
})
Chakra provides a consistent developer experience for most modern frameworks
Premade components and pages for application, marketing and ecommerce. Beautiful and responsive.
Explore Templates
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。