Skip to content

UMD-Digital/elements-footer-small

Repository files navigation

<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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published