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

@ovee.js/toolkit

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovee.js/toolkit

Ovee.js frontend toolkit developed by Owls Department

  • 0.2.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ovee.js Toolkit

It's a package with components, modules, tools, and many more, for Ovee.js framework.

Installation

npm install --save @ovee.js/toolkit
# for yarn
yarn add @ovee.js/toolkit

Additionally, it is required to install these packages if you don't have them already:

npm install --save ovee.js gsap lodash
# for yarn
yarn add ovee.js gsap lodash

They are included as peer dependencies, as they are pretty common and we want to avoid multiplying packages instances and versions.

Usage notes

All submodules are exposed in root package, so to import them, just write

import { BaseDialog } from '@ovee.js/toolkit'

Every tool has seperate README with specific guide on how to install it, use it, and it's full API.

Available submodules

Components

  • BaseAccordion
  • BaseCookies
  • BaseDialog
  • CollapsingHeader
  • CursorModifier
  • NavToggle
  • ParallaxEffect
  • InViewport

Modules

Mixins

Tools

<- Root

Keywords

FAQs

Package last updated on 22 Mar 2023

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