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

@9amhealth/webcomponents

Package Overview
Dependencies
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@9amhealth/webcomponents

https://9amhealth.github.io/web-component-library

  • 1.3.17
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
27
decreased by-93.56%
Maintainers
1
Weekly downloads
 
Created
Source

9amHealth WebComponents

https://9amhealth.github.io/web-component-library

Storybook Chromatic CI - Build

Setup

# install dependencies
yarn

# Development
# starts a development server with storybook
yarn dev

# Build
yarn build

Use

Import the main CSS and JS files into your project.

import "@9amhealth/webcomponents/dist/setup.css";
import "@9amhealth/webcomponents/dist/hubspot.css"; // just for hubspot
import "@9amhealth/webcomponents";

Input Components

Mask

To use the mask feature you need to load https://imask.js.org/ Define a global variable IMask for the library.

Then the "mask" attribute can be used on an input element. set "lazy" to false to always show the mask while typing.

// Typescript example
import IMask from "imask";
(window as any).IMask = IMask;

FAQs

Package last updated on 07 Mar 2023

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