bigbullui
npm i bigbullui
Full library in one dependency. Import anything, tree-shaking drops the rest.
import { Button, Card, MetricCard } from "bigbullui";npm packages
Three packages, one system. Prefer copy-paste instead? Every file works standalone — see installation.
npm i bigbullui
Full library in one dependency. Import anything, tree-shaking drops the rest.
import { Button, Card, MetricCard } from "bigbullui";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} />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