
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@htmlbricks/hb-input-range
Advanced tools
Range slider (`type="range"`). Optional `params` as `InputRangeParams`: `min` / `max` may be numbers or numeric strings; each key is applied only if present on `params` (same `hasOwnProperty` pattern as number input). Coerces values for validation and nat
hb-input-range — input-rangeCategory: inputs
Tags: inputs
Range slider (type="range"). Optional InputRangeParams: min / max as numbers or numeric strings; each attribute is applied only if the corresponding key exists on params (same pattern as hb-input-number). Dispatches setVal { value, valid, id } (numeric value may be undefined) and shows validationTip as Bulma help is-danger when show_validation is yes and invalid.
Shadow bundle: form/shared, form/input-textarea, form/tools. The native range uses accent-color mapped to Bulma link / success / danger via --bulma-* on :host (not the text input class, which does not suit range controls).
hb-input-range
id — optional stringstyle — optional stringschemaentry — required string (JSON: id, label?, required?, value? (number), validationTip?, optional params as InputRangeParams)show_validation — optional "yes" | "no"schemaentry.params (InputRangeParams)| Key | Type | Description |
|---|---|---|
min | number | string | Native min + validation when the key exists. |
max | number | string | Native max + validation when the key exists. |
types/webcomponent.type.d.ts — InputRangeParams, FormSchemaEntry, Component, Events.
setVal — { value: number | undefined; valid: boolean; id: string }CSS parts: input, invalid-feedback.
<hb-input-range
schemaentry="{"id":"volume","required":true,"params":{"min":0,"max":100},"value":50}"
show_validation="no"
></hb-input-range>
FAQs
Range slider (`type="range"`). Optional `params` as `InputRangeParams`: `min` / `max` may be numbers or numeric strings; each key is applied only if present on `params` (same `hasOwnProperty` pattern as number input). Coerces values for validation and nat
The npm package @htmlbricks/hb-input-range receives a total of 344 weekly downloads. As such, @htmlbricks/hb-input-range popularity was classified as not popular.
We found that @htmlbricks/hb-input-range demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.