Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@department-of-veterans-affairs/web-components

Package Overview
Dependencies
Maintainers
0
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@department-of-veterans-affairs/web-components

Stencil Component Starter

  • 16.4.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2.4K
increased by88.6%
Maintainers
0
Weekly downloads
 
Created
Source

Built With Stencil

Veterans Affairs Web Components

This package contains all of the actively maintained web components used by the Veterans Affairs Design System (VADS).

For more information about the VADS, checkout design.va.gov.

For component documentation, checkout our storybook.

Need to submit a bug or request a feature? File an issue with us

Stencil

Our web components are built with stencil.

Stencil is a compiler for building fast web apps using Web Components.

Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.

Stencil components are just Web Components, so they work in any major framework or with no framework at all.

Getting Started

To start building a new web component using Stencil, first cd into packages/web-components.

Run:

yarn install

There are two ways this project can be run for development.

For developing and testing with storybook, follow these steps.

For just running the stencil dev server, ensure your working directory is still packages/web-components and then run yarn serve.

If just running the stencil dev server, after creating and naming your component, add it to src/index.html so the dev server picks it up. Remove the <my-component /> dummy component from index.html

To build for production, run:

yarn run build

To run the unit tests for the components, run:

yarn test

Need help? Check out our docs here.

Naming Components

All Veterans Affairs web components are prefixed with va-. Some components have variations. In these instances, a variation will be appended to the original component's name. For example:

// Original component
<va-button />
// Variations
<va-button-icon />
<va-button-pair />

FAQs

Package last updated on 14 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc