New:Socket for Asana Is Now Available.Learn more
Get Started

@jige-ui/unocss

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jige-ui/unocss

UnoCSS preset for jige-ui design system

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

@jige-ui/unocss-preset

A comprehensive UnoCSS preset designed specifically for the jige-ui component library. This preset provides utility classes, component shortcuts, and design tokens that align with jige-ui's design system.

Installation

npm install @jige-ui/unocss-preset
# or
pnpm add @jige-ui/unocss-preset
# or
yarn add @jige-ui/unocss-preset

Usage

Add the preset to your UnoCSS configuration:

// uno.config.ts
import { defineConfig } from "unocss";
import { presetJigeUI } from "@jige-ui/unocss-preset";

export default defineConfig({
  presets: [
    presetJigeUI({
      // Configuration options
    }),
  ],
});

Keywords

unocss

FAQs

Package last updated on 10 Dec 2025

Related posts