![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@lion/input-range
Advanced tools
Provide a way for users to select one value from a range of values
A web component based on the native range input. Its purpose is to provide a way for users to select one value from a range of values.
import { html } from '@mdjs/mdjs-preview';
import '@lion/input-range/define';
export const main = () => html`
<lion-input-range min="200" max="500" .modelValue="${300}" label="Input range"></lion-input-range>
`;
modelValue
and unit
above the range input.min
and max
value after the range input.min
and max
value via no-min-max-labels
.npm i --save @lion/input-range
import { LionInputRange } from '@lion/input-range';
// or
import '@lion/input-range/define';
FAQs
Provide a way for users to select one value from a range of values
We found that @lion/input-range demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.