🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yummacss/ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@yummacss/ui

Reusable React components styled with Yumma CSS.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@yummacss/ui

Reusable React components styled with Yumma CSS.

NPM Version NPM Downloads

Getting started

Yumma UI is collection of reusable, accessible React components built with Yumma CSS.

Installing

npm i @yummacss/ui

Usage

The Yumma CSS CLI provides several commands to help you work with your Yumma CSS files.

import { Button } from "@yummacss/ui";
import "@yummacss/ui/styles.css";

const App = () => {
  return (
    <div class="d-g pi-c h-dvh">
      <Button variant="base" />
    </div>
  );
};

export default App;

Documentation

Head over to yummacss.com/ui for the full documentation.

Built with

License

This project is licensed under the MIT License

Keywords

components

FAQs

Package last updated on 18 Sep 2025

Did you know?

Socket

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