Socket
Socket
Sign inDemoInstall

@kuma-ui/compiler

Package Overview
Dependencies
7
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kuma-ui/compiler

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.


Version published
Weekly downloads
457
decreased by-47.83%
Maintainers
3
Created
Weekly downloads
 

Readme

Source
Kuma UI logo

Ultra Fast, Zero Runtime, Headless UI Components

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 🐻‍❄️.

Keywords

FAQs

Last updated on 08 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc