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

@amfernandesinc/ui

v0.3.0

Published

Design system de UI da AM Fernandes.

Readme

@amfernandesinc/ui

Component library para softwares enterprise da AM Fernandes Incorporadora. React 19, Tailwind v4, light-only, flat, WCAG AA.

Instalação

bun add @amfernandesinc/ui

Peer deps: react@^19, react-dom@^19, tailwindcss@^4.

Setup

Importe os estilos e fontes no entrypoint da app (uma vez, no main.tsx ou no CSS principal):

import "@amfernandesinc/ui/styles"
import "@amfernandesinc/ui/fonts"

As famílias Geist e Geist Mono são self-hosted via @fontsource/geist e @fontsource/geist-mono — vêm como dependências do pacote, sem chamadas externas a Google Fonts.

Importação

Suporta tanto barrel quanto subpath imports por componente:

// Tree-shake-friendly: barrel
import { Button, DataTable } from "@amfernandesinc/ui"

// Per-component: subpath
import { Button } from "@amfernandesinc/ui/button"

Componentes (47 no total)

| Categoria | Count | Componentes | | ---------- | ----- | ---------------------------------------------------------------------------------------------------- | | Primitives | 12 | Avatar, Badge, Button, Checkbox, Input, Label, RadioGroup, Separator, Skeleton, Switch, Textarea, Typography | | Overlays | 9 | Alert, AlertDialog, Collapsible, Dialog, Popover, Progress, Sheet, Toaster, Tooltip | | Forms | 5 | Calendar, Combobox, DateInput, DateRangePicker, TimePicker | | Navigation | 5 | Accordion, Breadcrumb, CommandPalette, Sidebar, Tabs | | Data | 7 | Card, DataTable, Image, ScrollArea, Tree, Video + helpers columns / tableStyles | | Domain | 9 | CEPInput, CNPJInput, CPFInput, CurrencyInput, FileUpload, InputOTP, MultiInput, PercentageInput, PhoneInput |

Helpers utilitários (BRL em centavos, tamanhos em bytes, cn, hooks) estão documentados na aba Hooks do Storybook.

Filosofia

  • Light only, flat — sem shadows, sem dark mode (decisão de produto).
  • 4px radius uniforme, densidade enterprise (text-sm no body, py-3 nos inputs).
  • WCAG AA de contraste e foco; cursor pointer em tudo que é clicável.

Documentação

Status

v0.0.2 — pre-release. Próximo release: v0.1.0 via bun run changeset:version.