@myuw-web-components/myuw-app-styles

1.3.5 • Public • Published

MyUW App Styles

This HTML import contains custom CSS properties that are consumed by other components in the myuw-web-components space.

How to use

To use the "UW-Madison White" theme, for example, import the component and add the "uw-madison-white-theme" class to your page's body element, like so:

<!-- import the module -->
<script type="module" src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-app-styles@latest/myuw-app-styles.min.mjs"></script>

<!-- fallback for browsers without ES2015 module support -->
<script nomodule src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-app-styles@latest/myuw-app-styles.min.js"></script>

<body class="uw-madison-white-theme">
    <!-- ... -->
</body>

To avoid flashing unstyled text, this component also uses FontFaceObserver to determine when UW-Madison theme fonts are loaded and updates <body> with the attribute myuw-font-loaded

Note: The evergreen "latest" version can be used for convenience, but in production settings it is recommended to use the latest release version specifically, and upgrade only after testing!

Theming

The default theme is based on UW-Madison red and other colors from the UW-Madison brand guidelines for web. You don't have to do anything special to use this theme.

Cross-browser testing provided by:
BrowserStack

Readme

Keywords

none

Package Sidebar

Install

npm i @myuw-web-components/myuw-app-styles

Weekly Downloads

245

Version

1.3.5

License

Apache-2.0

Unpacked Size

50.9 kB

Total Files

7

Last publish

Collaborators

  • zeke.witter
  • apetro
  • scott.berg
  • jordanalanjones
  • myuw-web-components-jenkins
  • nogalpaulina
  • lstels
  • benjaminsousa