npm packages

Packages

Three packages, one system. Prefer copy-paste instead? Every file works standalone — see installation.

bigbullui

npm i bigbullui

Full library in one dependency. Import anything, tree-shaking drops the rest.

import { Button, Card, MetricCard } from "bigbullui";

bigbullicons

npm i bigbullicons

Only the 1090 stroke icons, no components. Smallest footprint for icon-only use.

import { StampIcon } from "bigbullicons";

<StampIcon name="ticket" size={20} />

create-bigbull-app

npx create-bigbull-app my-app

Starting from zero: scaffolds Next.js + Tailwind v4 + bigbullui in one command.

npx create-bigbull-app my-app
cd my-app
npm run dev