Socket
Socket
Sign inDemoInstall

@secoya/tab-navigation.ts

Package Overview
Dependencies
10
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @secoya/tab-navigation.ts

This library ships with an implementation that works with react, but it is not limited too react. Maybe later the react part will be moved to separate library.


Version published
Weekly downloads
107
decreased by-2.73%
Maintainers
5
Install size
676 kB
Created
Weekly downloads
 

Readme

Source

This library ships with an implementation that works with react, but it is not limited too react. Maybe later the react part will be moved to separate library.

Table of contents

  • Getting Starterd
  • Examples
  • Extending Boundries
  • Usage With TypeScript

Getting Started

First add the tab-navigation.ts to your project

npm install @secoya/tab-navigation.ts
<html>
<head>
    <script type="application/javascript" src="//github.com/secoya/tab-navigation.ts/blob/latest/dist/umd.js">
</head>
<body>

    <form>
        <p>
            <label for="first-name">First name</label>
            <input type="text" name="first-name" />
        </p>
        <p>
            <label for="last-name">Last name</label>
            <input type="text" name="last-name" />
        </p>
        <p>
            <label for="email">Email</label>
            <input type="email" name="email" />
        </p>
        <p>
            <label for="password">Passowrd</label>
            <input type="password" name="password" />
        </p>
        <p>
            <label for="password">Passowrd</label>
            <input type="password" name="password" />
        </p>
    <form>

</body>
</html>
import { TabRegistry } from '@secoya/tab-navigation.ts';

Examples

Simple Example

Advanced Example

Extending Boundries

Usage With Typescript

FAQs

Last updated on 08 Sep 2020

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