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

@logo-software/cursor

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/cursor

Cursor component replace current cursor with circles.

  • 11.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

Cursor

Cursor module uses customize to the cursor

Click here for demo

Installation

All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Cursor Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/accordion -s

Just import it to your project of @NgModule import section.

@NgModule({
  imports: [CommonModule, AccordionModule]
})
export class AppModule {
}

Cursor Component

Cursor component changes default cursor to animated nested circle cursor. There are two circle. The Biggest one is track the default cursor position with animation. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-cursor timeDuration=400 [targets]=['.cursor', 'button', 'a']></logo-cursor>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

Keywords

FAQs

Package last updated on 10 Oct 2022

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