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

@jumpu-ui/tailwindcss

Package Overview
Dependencies
Maintainers
0
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.

npmnpm
Version
2.0.0-alpha.0
Version published
Weekly downloads
80
-34.96%
Maintainers
0
Weekly downloads
 
Created
Source

@jumpu-ui/tailwindcss

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

Documentation

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

Usage

Install the package to your project.

npm i -D @jumpu-ui/tailwindcss

[!NOTE]

Currently, we've only support @tailwindcss/vite installation.

Import the package to CSS file which installed Tailwind CSS.

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

If you want 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);

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 Mar 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