2.6.1 • Published 4 years ago

@secoya/tab-navigation.ts v2.6.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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

2.6.1

4 years ago

2.6.0

4 years ago

2.5.2

5 years ago

2.5.1

5 years ago

4.0.0-alpha.2

5 years ago

4.0.0-alpha.1

5 years ago

4.0.0-alpha.0

5 years ago

4.0.0-0

5 years ago

3.8.1

5 years ago

3.8.0

5 years ago

3.7.0

5 years ago

3.6.2

5 years ago

3.6.1

5 years ago

3.6.0

5 years ago

3.5.2

5 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.4.2

5 years ago

3.4.1

5 years ago

3.4.0

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

6 years ago

2.5.0

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago