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

@glacien/ui

v2.2.6

Published

A comprehensive, accessible, and highly customizable React/TypeScript component library built with modern web standards. Features Radix UI primitives, Tailwind CSS integration, and enterprise-grade design systems.

Downloads

7

Readme


Alt

A maior e mais profissional biblioteca de componentes React para aplicações modernas.

npm version Downloads TypeScript License: MIT

📖 Documentação🚀 Live Demo📦 NPM🐛 Reportar Issues💬 Discussões


Sobre

@glacien/ui é uma biblioteca robusta de componentes React, criada para elevar o padrão de aplicações web modernas. São dezenas de componentes profissionais, acessíveis, altamente customizáveis e prontos para produção, com foco em performance, experiência do desenvolvedor e design consistente.

  • +50 componentes: UI, navegação, formulários, overlays, feedback, layout, dados e mais
  • Acessibilidade: Totalmente compatível com WCAG 2.1 AA
  • Theming avançado: Suporte completo a dark mode e customização via CSS variables
  • TypeScript first: Tipagem rigorosa e IntelliSense completo
  • Compatível: Next.js, Vite, CRA, Remix, Gatsby e outros
  • Tree-shakeable: Importação seletiva para bundles leves
  • Documentação completa: Exemplos, playground e guias detalhados

Principais Diferenciais

  • Componentes Profissionais: Design enterprise, responsivo e pronto para produção
  • Customização Total: Props avançadas, variantes, integração fácil com tokens de design
  • Performance: Otimizado para SSR, lazy loading e animações fluidas
  • Acessibilidade Real: Foco em navegação por teclado, ARIA, contraste e testes automatizados
  • Integração Simples: Instale e use em qualquer stack React moderna

Instalação

npm install @glacien/ui lucide-react
# ou
yarn add @glacien/ui lucide-react
# ou
pnpm add @glacien/ui lucide-react

Veja a documentação de instalação para exemplos de setup em Next.js, Vite, CRA, Remix e Gatsby.


Exemplo Rápido

import { Button, Card, Input } from "@glacien/ui";

export default function App() {
  return (
    <Card className="p-6 max-w-md mx-auto">
      <h1 className="text-2xl font-bold mb-4">Bem-vindo ao glacien UI</h1>
      <Input placeholder="Seu e-mail" className="mb-4" />
      <Button className="w-full">Começar</Button>
    </Card>
  );
}

Componentes

@glacien/ui oferece uma coleção completa de componentes para todas as necessidades:

  • Formulários: Button, Input, Textarea, Checkbox, Radio, Switch, Label, Slider, DatePicker, Calendar, Input OTP
  • Navegação: NavigationMenu, Menubar, Tabs, Pagination, Breadcrumb, Command
  • Overlays: Dialog, AlertDialog, Popover, Tooltip, Sheet, Drawer, HoverCard, ContextMenu, DropdownMenu, Combobox
  • Feedback: Alert, Toast, Sonner, Progress, Skeleton, Badge
  • Layout: Card, Separator, ScrollArea, Accordion, Collapsible, Resizable, AspectRatio, Container
  • Dados: DataTable, Avatar, Table, List, Timeline

Veja a lista completa de componentes com exemplos e playground.


Theming & Customização

  • Dark Mode: Suporte nativo e detecção automática
  • Tokens de Design: Customização via CSS variables
  • Exemplo:
:root {
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --background: 0 0% 100%;
  --radius: 0.5rem;
}

Acessibilidade

Todos os componentes seguem as melhores práticas de acessibilidade:

  • Navegação por teclado
  • ARIA roles e labels
  • Contraste de cores
  • Foco visível
  • Testes automatizados com axe-core

Performance

  • Importação seletiva (tree-shaking)
  • Lazy loading para componentes pesados
  • Animações otimizadas com Framer Motion
  • Bundle size monitorado via Bundlephobia

Como Contribuir

Contribuições são bem-vindas! Veja o Guia de Contribuição para detalhes.


Estatísticas

  • +50 componentes
  • 100% TypeScript
  • Cobertura de testes crescente
  • Milhares de downloads mensais
  • Utilizado em projetos enterprise e startups

Licença

MIT License © 2025 glatztp


Feito com profissionalismo por glatztp

⭐ Se este projeto te ajudou, deixe uma estrela no GitHub! ⭐

GitHub stars