![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.
@one-platform/opc-back-to-top
Advanced tools
Back to Top component that enables smooth scroll from the bottom of the page to the top of the page.
A standardized web component based on Lit element for Red Hat One Platform back to top.
Default back-to-top
<opc-back-to-top></opc-back-to-top>
<opc-back-to-top reveal-at="200"></opc-back-to-top>
<opc-back-to-top reveal-at="200"></opc-back-to-top>
<opc-back-to-top></opc-back-to-top>
<opc-back-to-top>
<button class="rh-text" tabindex="0">
<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 512 512'>
<title>ionicons-v5-a</title>
<polyline points='112 328 256 184 400 328' style='fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px'/>
</svg>
Go to Top
</button>
</opc-back-to-top>
reveal-at
npm install
npm install --save @one-platform/opc-back-to-top
import '@one-platform/opc-back-to-top';
<opc-back-to-top>
</opc-back-to-top>
CUSTOM_ELEMENTS_SCHEMA
and import the componentimport { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import '@one-platform/opc-back-to-top';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<opc-back-to-top>
</opc-back-to-top>
import '@one-platform/opc-back-to-top';
<opc-back-to-top>
</opc-back-to-top>
npm run dev opc-back-to-top
npm run build opc-back-to-top
npm run test
👤 Anjnee K Sharma(anjnee.k.sharma@gmail.com)
FAQs
Back to Top component that enables smooth scroll from the bottom of the page to the top of the page.
We found that @one-platform/opc-back-to-top demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.