@zeroconf/keyboard-navigation
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

Keyboard navigation

npm version CircleCI

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

Read the docs

Getting started

First add the keyboard-navigation to your project

npm install @zeroconf/keyboard-navigation

or

yarn add @zeroconf/keyboard-navigation
<html>
<head>
    <script type="application/javascript" src="//unpkg.com/@zeroconf/keyboard-navigation/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">Password</label>
            <input type="password" name="password" />
        </p>
        <p>
            <label for="password">Password</label>
            <input type="password" name="password" />
        </p>
    <form>

</body>
</html>

/@zeroconf/keyboard-navigation/

    Package Sidebar

    Install

    npm i @zeroconf/keyboard-navigation

    Weekly Downloads

    1

    Version

    4.0.0

    License

    BSD-3-Clause

    Unpacked Size

    677 kB

    Total Files

    52

    Last publish

    Collaborators

    • thetrompf