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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@utrecht/textbox-css

v1.3.0

Published

Textbox component for the Municipality of Utrecht based on the NL Design System architecture

Downloads

198

Readme

Text box

Metadata van veelgebruikte formuliervelden

| Data type | autocomplete | spellcheck | translate | value component | input direction | | ------------------------------------------------ | ------------------------------------------------ | ------------ | ----------- | --------------- | --------------- | | Naam | name | false | no | bdi | auto | | Voornaam (1 of meerdere) | given-name | false | no | bdi | leeg of auto | | Voorvoegsel | | false | no | bdi | auto | | Achternaam | family-name | false | no | bdi | auto | | Adresregel 1 | address-line1 | | no | - | - | | Adresregel 2 | address-line2 | | no | - | - | | Adresregel 3 | address-line3 | | no | - | - | | Postcode | postal-code | false | no | - | - | | Straatnaam | | | no | - | - | | Huisnummer | | | no | - | - | | Huisletter | | | no | - | - | | Huisnummer toevoeging | | false | no | - | - | | Woonplaats | | | | - | - | | Burgerservicenummer | | false | no | - | - | | E-mailadres | email | false | no | URLData | ltr | | Website | url | false | no | URLData | ltr | | Bestandsnaam | | | no | URLData | - | | Wachtwoord | password / new-password / current-password | false | no | URLData | - | | Geboortedatum | bday | | | | - | | Telefoonnummer (Europa en internationaal) | tel | false | | | ltr | | Mobiel telefoonnummer (Europa en internationaal) | mobile tel | false | | | ltr | | Telefoonnummer thuis (Europa en internationaal) | home tel | false | | | ltr | | Telefoonnummer werk (Europa en internationaal) | work tel | false | | | ltr | | Faxnummer (Europa en internationaal) | fax tel | false | | | ltr | | Telefoonnummer binnen Nederland | tel-national | false | | | ltr | | Mobiel telefoonnummer binnen Nederland | mobile tel-national | false | | | ltr | | Telefoonnummer thuis binnen Nederland | home tel-national | false | | | ltr | | Telefoonnummer werk binnen Nederland | work tel-national | false | | | ltr | | Faxnummer binnen Nederland | fax tel-national | false | | | ltr | | Kenteken | | false | | | - |

Let op:

  • Straatnaam moet niet autocomplete="street-address" gebruiken, street-address is voor een textarea.

Terminologie

Class names

  • .utrecht-textbox
  • .utrecht-textbox--invalid
  • .utrecht-textbox--disabled
  • .utrecht-textbox--read-only

Design Tokens

  • Textbox:
    • --utrecht-textbox-border-bottom-width
    • --utrecht-textbox-border-color
    • --utrecht-textbox-border-radius
    • --utrecht-textbox-border-width
    • --utrecht-textbox-color
    • --utrecht-textbox-font-family
    • --utrecht-textbox-font-size
    • --utrecht-textbox-max-inline-size
    • --utrecht-textbox-padding-block-end
    • --utrecht-textbox-padding-block-start
    • --utrecht-textbox-padding-inline-end
    • --utrecht-textbox-padding-inline-start
    • Modifier: disabled
      • --utrecht-textbox-disabled-border-color
      • --utrecht-textbox-disabled-color
    • Modifier: invalid
      • --utrecht-textbox-invalid-border-color
      • --utrecht-textbox-invalid-border-width
    • Modifier: read-only:
      • --utrecht-textbox-read-only-border-color
      • --utrecht-textbox-read-only-color

Privacy

Gebruik spellcheck="false" voor velden die gevoelige informatie kunnen bevatten, zoals wachtwoorden en persoonsgegevens. Sommige browser extensions voor spellingcontrole sturen deze informatie naar externe servers.