
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"`) whose bounds come from `schemaentry.params.min` and/or `max` when those keys exist. Parses stringified `schemaentry` when needed and enforces required/min/max rules for the numeric value. Dispatches `setVal` with `{ value, va
hb-input-range — input-rangeCategory: inputs
Tags: inputs
Range slider (type="range") whose bounds come from schemaentry.params.min and/or max when those keys exist. Parses stringified schemaentry when needed and enforces required / min / max on the numeric value. Dispatches setVal with { value, valid, id } and shows validationTip as Bulma help is-danger when show_validation is yes and the field is 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?, params.min / params.max, …)show_validation — optional "yes" | "no"setVal — { value: number; 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 429 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.