Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@positioner/psk-tabs

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@positioner/psk-tabs

Frontend package for PSK Tabs

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
2
Created
Source

PSK Tabs

Frontend package for PSK Tabs

Install

npm i @positioner/psk-tabs

Usage

JS

<!-- Include with a CDN -->
<script src="https://cdn.jsdelivr.net/npm/@positioner/psk-tabs@1.0.2js/psk-tabs.min.js"></script>
<script src="https://unpkg.com/@positioner/psk-tabs@1.0.2js/psk-tabs.js"></script>

SCSS

// Include in your stylesheet
@import '../node_modules/@positioner/psk-gallery/scss/psk-tabs';

HTML

<div class="tabs">
    <ul class="tabs-triggers">
        <li><a href="javascript:;">Tab 1</a></li>
        <li><a href="javascript:;">Tab 2</a></li>
        <li><a href="javascript:;">Tab 3</a></li>
    </ul>
    <div class="tabs-content">
        <div>a</div>
        <div>b</div>
        <div>c</div>
    </div>
</div>

Release notes

1.0.2 - 13.04.2023

  • Fixed: Forgot to add types folder to npm

1.0.1 - 13.04.2023

  • Added: Typescript types

1.0.0 - 11.07.2022

FAQs

Package last updated on 13 Apr 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