🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@jumpu-ui/tailwindcss

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jumpu-ui/tailwindcss

A Tailwind CSS plugin of Jumpu UI implementation.

latest
npmnpm
Version
2.0.0
Version published
Maintainers
2
Created
Source

@jumpu-ui/tailwindcss

@jumpu/tailwindcss package is a Tailwind CSS plugin of Jumpu UI implementation.

Documentation

https://jumpu-ui.pages.dev/

Installation

Install the package to your project.

npm i -D @jumpu-ui/tailwindcss

Import the package to CSS file which installed Tailwind CSS.

@import "tailwindcss";
@import "@jumpu-ui/tailwindcss";

Partially Installation

If you want to use partial styles, please import several CSS files from the package as follows:

@import "tailwindcss";
@import "@jumpu-ui/tailwindcss/theme.css" layer(theme);
@import "@jumpu-ui/tailwindcss/components/button.css" layer(components);

Using CDN

If you want to use in client directly, you can use CDN as follows:

<link rel="stylesheet" href="https://esm.sh/@jumpu-ui/tailwindcss" />

[!NOTE]

In this case, there are limitations that utility unavailable. Please use var(--*) instead.

Configuration

Jumpu UI does extend Tailwind CSS Theme. You can customize several CSS values.

colors

  • var(--color-primary-*): Primary color palette. Default is var(--color-blue-*)

spacing

  • var(--spacing-relative): Unit of relative spacing. Default is 0.25em

How to contribute

Please refer https://jumpu-ui.pages.dev/development-guide.html

Keywords

tailwindcss

FAQs

Package last updated on 12 Jun 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