Giter Site home page Giter Site logo
Kuma UI logo

Ultra Fast, Zero Runtime, Headless UI Components

Documentation


default.mp4

๐Ÿปโ€โ„๏ธ 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 ๐Ÿปโ€โ„๏ธ.

Kuma UI's Projects

kuma-bench icon kuma-bench

Comparing the Rendering Performance of the Kuma Component Versus a Raw <button /> Element

kuma-ui icon kuma-ui

๐Ÿปโ€โ„๏ธ A Headless, Utility-First, and Zero-Runtime UI Component Library โœจ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.