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

@helsevestikt/hviktor-angular

v0.0.15

Published

> ⚠️ **Denne pakken er under aktiv utvikling.** API-et kan endres uten forvarsel. Bruk på egen risiko i produksjon.

Downloads

992

Readme

@helsevestikt/hviktor-angular

⚠️ Denne pakken er under aktiv utvikling. API-et kan endres uten forvarsel. Bruk på egen risiko i produksjon.

Angular-komponenter basert på Digdir Designsystemet for Helse Vest IKT.

Installasjon

npm install @helsevestikt/hviktor-angular

Oppsett

Importer stylesheet i src/styles.css:

@import '@helsevestikt/hviktor-angular/styles.css';

Bruk

Importer komponentene du trenger direkte i standalone-komponenter:

import { HviButton } from '@helsevestikt/hviktor-angular';

@Component({
  imports: [HviButton],
  template: `<button hviButton>Klikk meg</button>`,
})
export class MyComponent {}

Tilgjengelige komponenter

| Komponent | Beskrivelse | | ------------ | ---------------------------------------------------- | | Alert | Varselmeldinger for å informere brukeren | | Avatar | Profilbilde eller initialer | | Badge | Små indikatorer og tellere | | Breadcrumbs | Navigasjonssti | | Button | Knapper for handlinger | | Card | Kort for gruppering av innhold | | Checkbox | Avkrysningsbokser for ett eller flere valg | | Chip | Kompakte elementer for valg og filtrering | | Details | Utvidbart innhold | | Dialog | Modale dialogbokser | | Divider | Skillelinjer mellom innhold | | ErrorSummary | ErrorSummary er en oppsummering av feil i et skjema. | | Field | Field komponent | | Fieldset | Fieldset komponent | | Forms | Skjemakomponenter og validering | | Heading | Overskrifter | | Icon | Ikoner | | Input | Input komponent | | Label | Etiketter | | Link | Lenker | | List | Lister | | Paragraph | Avsnitt | | Popover | Popup-innhold | | Radio | Radio komponent | | Search | Search komponent | | Select | Nedtrekksliste for valg fra en liste | | Skeleton | Placeholder mens innhold lastes | | SkipLink | SkipLink komponent | | Spinner | Spinner komponent | | Switch | Switch komponent | | Tag | Merkelapper for kategorisering | | Textarea | Textarea komponent | | ToggleGroup | ToggleGroup komponent | | Tooltip | Tooltip komponent |

Krav

  • Angular 17–21
  • Node.js 20+