npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pulsa-css

v2.2.0

Published

Dark-first CSS framework with theming, 300+ components, zero JS dependencies

Downloads

30

Readme

Pulsa CSS v2.0

Dark-first CSS framework — 300+ composants, thèmes dynamiques, animations fluides, zéro dépendance JavaScript.

Conçu pour dashboards Discord/bots, applications web sombres et interfaces modernes.


Installation

npm (recommandé)

npm install pulsa-css
// Bundler (Vite, Webpack, etc.)
import 'pulsa-css';

CDN

<link rel="stylesheet" href="https://unpkg.com/pulsa-css/pulsa.css">

Import sélectif

@import 'pulsa-css/pulsa-tokens.css';    /* REQUIS en premier */
@import 'pulsa-css/pulsa-base.css';
@import 'pulsa-css/pulsa-components.css';
@import 'pulsa-css/pulsa-extras.css';
@import 'pulsa-css/pulsa-utilities.css';

Configuration

Thème (dark/light)

<html data-theme="dark">   <!-- défaut -->
<html data-theme="light">

Accent couleur

<!-- rose | purple | blue | green | orange | pink -->
<html data-accent="rose">

Fond lumineux

<body class="pulsa-bg-glow">

Structure des fichiers

| Fichier | Contenu | |---|---| | pulsa.css | Import complet (entry point) | | pulsa-tokens.css | Variables CSS — couleurs, typo, spacing, radius | | pulsa-base.css | Reset global, body, liens, focus | | pulsa-animations.css | Keyframes + classes .pulsa-animate-* | | pulsa-components.css | Boutons, badges, cards, tabs, accordion, table… | | pulsa-forms.css | Inputs, toggles, checkboxes, selects, range… | | pulsa-layout.css | Sidebar, hero, grilles, page wrappers | | pulsa-extras.css | Avatar, progress, timeline, toast, dropdown, Discord… | | pulsa-utilities.css | Classes flex, spacing, typo, couleurs… |


Composants inclus

Base

  • Boutons : primary, secondary, ghost, danger, success, discord — sizes xs→xl, pill, icon, ripple
  • Badges : accent, success, danger, warning, muted, live, pill, tags
  • Cards : standard, accent, stat, summary, action, info, feature, placeholder

Navigation

  • Tabs (fond + underline), Segmented control, Breadcrumb, Sidebar nav
  • Pagination, Stepper (steps), Back to top

Contenu

  • Alert (info/success/warning/danger/tip), Callout
  • Table, List, Timeline, Activity feed
  • Chat message, Leaderboard, Giveaway card, Poll

Overlay

  • Dropdown menu (avec header, divider, shortcut)
  • Tooltip (via data-tooltip ou .pulsa-tooltip), Popover
  • Modal (command palette), FAB

Formulaires

  • Input, Textarea, Input group, Copy field (API key)
  • Toggle switch, Checkbox, Radio card, Custom select
  • Range slider, PIN input, Color grid, Presets

Extras

  • Avatar (xs→2xl, status dot, groupe)
  • Progress bar (striped, animé, success/danger), Progress ring
  • Toast container (success/danger/warning/info)
  • Counter avec diff, Rating stars, KBD shortcuts
  • Chip group, Notification badge (dot/count/ping)
  • Profile card, Pricing card, Banner, Divider label
  • Social links, Footer, Color swatch grid

Discord / Bot

  • Rôle coloré, Channel tag (#), @mention
  • Slash command display, Command reference table
  • Permissions grid (allowed/denied/neutral)
  • Server card, Music card, Equalizer animé, Queue item
  • Poll options, Giveaway card, Level badge, XP bar

Animations

  • Entrées : fade-in, fade-in-up, fade-in-down, slide-left/right, scale-in, pop, shake
  • Hover : lift, scale, glow, bright, accent-border
  • Boucles : pulse, bounce, float, spin, ping, blink
  • Stagger delays : delay-0 → delay-800
  • Skeleton shimmer, progress fill, equalizer

Licence

MIT © MaruPlay 2026