1.5.6 โ€ข Published 4 months ago

@kuma-ui/core v1.5.6

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Documentation

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

1.5.6

4 months ago

1.5.5

5 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.1.1

9 months ago

1.1.0

10 months ago

0.6.0-next.1

10 months ago

1.5.4

5 months ago

1.5.3

6 months ago

1.5.2

7 months ago

1.5.1

7 months ago

1.5.0

7 months ago

1.1.3

9 months ago

1.3.0

9 months ago

1.1.2

9 months ago

0.5.0

11 months ago

0.1.0

12 months ago

0.3.0

11 months ago

0.0.3

1 year ago

0.2.0

12 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.1

11 months ago

0.0.4

12 months ago

0.4.2

11 months ago

0.0.2

1 year ago