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

@cadriciel/ui

v0.9.2

Published

Bibliothèque de composants Angular du Cadriciel (CEREMA) — remplacement de PrimeNG : formulaires, table niveau grille, layout responsive, overlays, carte MapLibre, planification (taskboard), icônes in-house.

Downloads

2,027

Readme

@cadriciel/ui

Bibliothèque de composants Angular 21 du Cadriciel (CEREMA). 100 % sans PrimeNG : formulaires (select, multiselect, date, nombre, slider, switch/case/radio, segmenté, listbox, orderlist, picklist), table niveau grille (arbre, groupes, responsive, virtual scroll, réordonnancement, édition, menu d'en-tête, filtres à opérateurs, panneau latéral), layout responsive (breakpoints, primitives), overlays (dialog, drawer, confirm, tooltip, popover, menu, toast, bottom-sheet mobile), navigation (tabs, stepper, accordéon, breadcrumb, orgchart), affichage (chip, tag, badge, avatar, card, progress, skeleton), carte MapLibre (cad-map, fonds IGN Géoplateforme, couches GeoJSON/WMS/WMTS, chrome, outils, cad-map-card), planification (cad-taskboard en cartes ou en liste, socle de modèle commun, calendrier ouvré, axe de temps), ~390 icônes in-house.

Installation

npm i @cadriciel/ui @angular/cdk
npm i maplibre-gl        # optionnel : seulement si vous utilisez <cad-map>
npm i chart.js           # optionnel : seulement si vous utilisez <cad-chart>

styles.scss de l'application :

@use '@cadriciel/ui/styles/tokens';   // variables --cad-* (alias des tokens du studio : --surface-*, --text-*, --accent-*)
@use '@cadriciel/ui/styles/base';     // reset ciblé, focus, .cad-input, CDK overlay

Thème sombre = classe .theme-dark sur <html>. Densité tactile automatique (.cad-touch) et bottom-sheets sous md.

Utilisation

import { CadButtonComponent, CadFieldComponent, CadInputDirective, CadSelectComponent, CadTableComponent, CadColumnComponent, CadToastService } from '@cadriciel/ui';
<cad-field label="Template" required>
  <cad-select [(value)]="tpl" [options]="templates" filter clearable/>
</cad-field>
<cad-table [value]="rows" dataKey="id" showSearch paginator [rows]="25" selectionMode="multiple" [(selection)]="sel">
  <cad-column field="name" header="Nom" sortable/>
</cad-table>

Services API-compatibles PrimeNG pour la migration : CadToastService.add({severity, summary, detail}), CadConfirmService.confirm({...}).

Développement

Workspace : projects/ui (lib) + projects/showcase (démo, ng serve showcase). Tests Vitest : ng test ui. Build : ng build uidist/ui.

Publication (mainteneurs)

tools/pack.sh                       # build + cadriciel-ui-<version>.tgz
npm publish ./dist/ui --access public    # npmjs, scope @cadriciel — fait par la CI GitLab (job publish-ui) quand la version change

Licence MIT — icônes dérivées de Lucide (ISC).