0.1.1 • Published 5 months ago

@universityofmaryland/footersmall v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

<umd-footer-small> element

Installation

$ yarn add @universityofmaryland/footersmall

Basic Usage

Import the utility header in your js if you bundle using a transpile with babel or typescript.

import '@universityofmaryland/footersmall';

HTML usage

<umd-footer-small
  youtube="https://www.youtube.com/user/UMD2101"
  facebook="https://www.facebook.com/UnivofMaryland"
  twitter="https://twitter.com/UofMaryland"
  instagram="https://www.instagram.com/univofmaryland/"
>
  <div slot="contact">
    <a href="https://www.usmd.edu/" target="_blank" rel="noopener noreferrer">
      The Flagship Institution of the State of Maryland
    </a>
    <address>
      <p>College Park, MD 20742, USA</p>
      <a href="tel:3014051000" aria-label="3014051000">301.405.1000</a>
    </address>
  </div>
  <div slot="links">
    <a href="http://calendar.umd.edu/" target="_blank" rel="noopener noreferrer"
      >Calendar</a
    >
  </div>
</umd-footer-small>

License

Distributed under the MIT license. See LICENSE for details.

0.1.0

5 months ago

0.1.1

5 months ago

0.0.12

10 months ago

0.0.11

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago