@secoya/tab-navigation.ts
TypeScript icon, indicating that this package has built-in type declarations

2.6.1 • Public • Published

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 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

Readme

Keywords

none

Package Sidebar

Install

npm i @secoya/tab-navigation.ts

Weekly Downloads

110

Version

2.6.1

License

BSD-3-Clause

Unpacked Size

324 kB

Total Files

48

Last publish

Collaborators

  • kve-orbit-online
  • jsn-orbit-online
  • khs-orbit-online
  • msc-orbit-online
  • renedalsgaard
  • bkc-orbit-online
  • bba-orbit-online
  • ops-orbit-online
  • secoya-as
  • aim-orbit-online
  • secoya-ansible