Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-slider

Package Overview
Dependencies
2
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @neovici/cosmoz-slider

General purpose slider


Version published
Maintainers
4
Created

Changelog

Source

5.2.0 (2024-06-03)

Features

  • add preview github workflow (d4e9c23)
  • add autodocs to storybook (4e5ae1d)
  • add missing packages for storybook to work (ff26484)
  • make storybook 7 work (4e98fae)
  • small update to .stories.js file (178c6ea)
  • update dependencies (9b87e21)

Readme

Source

cosmoz-slider

Build Status semantic-release codecov

<cosmoz-slider>

cosmoz-slider is a haunted general purpose slider.

Getting started

Installing

Using npm:

npm install --save @neovici/cosmoz-slider

Usage

import { html } from 'lit-html';
import { slideInRight } from '@neovici/cosmoz-slider';

html`<cosmoz-slider .slide=${ {id: 0, content: html`Hello`, animation: slideInRight}} />`;

Keywords

FAQs

Last updated on 03 Jun 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc