MCPcopy Create free account
hub / github.com/kuma-ui/kuma-ui

github.com/kuma-ui/kuma-ui @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
289 symbols 838 edges 228 files 2 documented · 1% 32 cross-repo links updated 46d ago@kuma-ui/next-plugin@1.4.2 · 2026-05-29★ 1,85822 open issues

Browse by type

Functions 258 Types & classes 31
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Kuma UI logo

Ultra Fast, Zero Runtime, Headless UI Components

Documentation

<a href='https://www.npmjs.com/package/@kuma-ui/core'>
  <img src='https://img.shields.io/npm/v/@kuma-ui/core'>
</a>
<a href='https://bundlephobia.com/package/@kuma-ui/core'>
  <img src='https://img.shields.io/bundlephobia/minzip/@kuma-ui/core'>
</a>

https://github.com/kuma-ui/kuma-ui/assets/59927325/c3f7da97-dbff-49bb-a578-1cb9134b8dd2

🐻‍❄️ Features

  • Zero-runtime: Deliver blazing-fast websites with zero-runtime CSS extraction.

  • 🔮 Autocomplete: Experience seamless development with style autocompletion.

  • 🛠️ Headless Components: Enjoy maximum customization freedom with our headless components.

  • 🤝 Hybrid Approach: The best of both worlds—support for any writing style with our hybrid approach.

  • 🚀 RSC Support: Stay updated with cutting-edge Next.js technology via our RSC support.

  • 🥇 Familiar DX : Delight in the ultimate DX with our familiar API design.

💻 Installation

npm install @kuma-ui/core

For installation instructions and more detailed information, please visit our documentation. Be sure to check out our guide for setting up Kuma UI with your specific framework (Next.js or Vite).

🔫 Example

function App() {
  return (
    <Box as="main" display="flex" flexDir={["column", "row"]}>
      <Heading
        as="h3"
        className={css`
          color: red;
          @media (max-width: sm) {
            color: blue;
          }
        `}
      >
        Kuma UI
      </Heading>
      <Spacer size={4} />
      <Flex flexDir={`column`}>
        <Text as="p" fontSize={24}>
          Headless UI Component Library
        </Text>
        <Button variant='primary'>Getting Started</Button>
      </Flex>
    </Box>
  );
}

👥 Join the Community

Connect with us on Twitter and Discord to stay up to date with our latest developments, or to provide us with your valuable feedback!

Welcome to Kuma UI, we can't wait to see what you build with it 🐻‍❄️.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 176
Method 82
Class 22
Interface 9

Languages

TypeScript100%

Modules by API surface

packages/sheet/src/sheet.ts24 symbols
packages/core/src/registry/sheet/ClientStyleSheet.ts13 symbols
packages/core/src/registry/sheet/StyleSheet.ts11 symbols
packages/core/src/registry/sheet/ServerStyleSheet.ts11 symbols
packages/system/src/generator.ts10 symbols
packages/sheet/src/theme.ts9 symbols
packages/sheet/src/styleMap.ts8 symbols
packages/sheet/src/cache.ts8 symbols
packages/core/src/registry/StyleSheetRegistry.ts8 symbols
packages/vite/src/index.ts7 symbols
packages/next-plugin/src/index.ts5 symbols
packages/webpack-plugin/src/plugin.ts4 symbols

Dependencies from manifests, versioned

@babel/cli7.21.0 · 1×
@babel/core7.21.4 · 1×
@babel/node7.20.7 · 1×
@babel/preset-env7.21.4 · 1×
@babel/preset-react7.18.6 · 1×
@babel/preset-typescript7.21.4 · 1×
@changesets/changelog-github0.4.8 · 1×
@changesets/cli2.26.1 · 1×
@kuma-ui/babel-pluginworkspace:^ · 1×
@kuma-ui/compilerworkspace:^ · 1×
@kuma-ui/coreworkspace:* · 1×
@kuma-ui/next-pluginworkspace:* · 1×

For agents

$ claude mcp add kuma-ui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page