vanilla-retro-js

1.0.0 • Public • Published

Vanilla Retro JS

Demo: https://martine-dowden.github.io/vanilla-retro-js/

Source: https://github.com/martine-dowden/vanilla-retro-js

NPM: https://www.npmjs.com/package/vanilla-retro-js

Blink

import { Blink } from 'vanilla-retro-js/src/blink.js';

  <retro-blink>
    <div slot="content">
      <p>Blink</p>
    </div>
  </retro-blink>

Marquee

import { Marquee } from 'vanilla-retro-js/src/marquee.js';

  <retro-marquee direction="bottom">
    <span slot="content">Marquee Tag</span>
  </retro-marquee>

Properties

  • height: number
  • width: number
  • direction: top | bottom | left | right (default: right)

Running the Project

$ npm start
> navigate to http://localhost:8080/

Using Components in an Angular or Vue Project

Per component

in Module or main.js:

  import 'vanilla-retro-js/src/{ componentName.js }';

example

  import 'vanilla-retro-js/src/blink.js';

Import whole library

  import 'vanilla-retro-js/src/vanilla-retro.js';

Package Sidebar

Install

npm i vanilla-retro-js

Weekly Downloads

1

Version

1.0.0

License

AGPL v3

Unpacked Size

46.6 kB

Total Files

14

Last publish

Collaborators

  • martine-dowden