@a2000/marquee

0.0.3 • Public • Published

Marquee

Quick Start

  1. Begin by installing with your favourite package manager:

npm install @a2000/marquee

  1. Use within your HTML templates as follows:
<!DOCTYPE html>
<html>
  <head>
    <title>Quick Start</title>
    <meta charset="UTF-8" />
  </head>

  <body>
    <!-- Use web components in your HTML like regular built-in elements. -->
    <a2k-marquee></a2k-marquee>

    <!-- a2k web components use standard JavaScript modules. -->
    <script type="module">
      import "@a2000/marquee/a2k-marquee.js";
    </script>
  </body>
</html>

Readme

Keywords

none

Package Sidebar

Install

npm i @a2000/marquee

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

15.5 kB

Total Files

13

Last publish

Collaborators

  • andrico1234