0.0.11 • Published 4 years ago

axway-univ-nav v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Axway Universal Navigation

alternativetext

alternativetext

How to use

  • Import the script file using a script tag

         <script src="https://cdn.jsdelivr.net/npm/axway-univ-nav"></script>
  • In the body section in the HTML file add a div with the id axway-univ-nav

      <div id="axway-univ-nav"/>

Params

Axway Universal Navigation accept the next params

  • theme: (default: dark)

    It changes the color mode. it accepts: dark, light

       <script theme="light" src="https://cdn.jsdelivr.net/npm/axway-univ-nav"></script>

Try it offline/for Dev:

Copy the next content into an empty HTML file.

<!DOCTYPE html>
    <html lang="en">
    <head>
        <style>
        html,
        body {
            padding: 0px;
            margin: 0px;
            background-color: lightgray;
        }
        </style>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Document</title>
    </head>
    <body>
        <div id="axway-univ-nav"></div>
        <div style="margin-top: 80px;">
        First content after the header <b>80px</b>
        </div>
        <div>Hello</div>
        <script src="https://cdn.jsdelivr.net/npm/axway-univ-nav" theme="light"></script>
    </body>
</html>
0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago