Skip to content

Installation

A quick guide to get started with Yumma UI.

Installing Yumma UI

  1. Install Yumma UI

    Terminal
    pnpm add @yummacss/ui -D

  2. Import styles

    Import the Yumma UI styles in your project.

    main.ts
    import "@yummacss/ui/styles.css";
    import "./globals.css";

Why Yumma UI?

Yumma UI is a set of accessible and mature React components built on top of Yumma CSS and Base UI that you can use to build your UIs super quickly. It’s super minimalist, lightweight, and super customizable.