Download Components

This repository is available for official UCLA websites only. Your domain must be a subdomain of ucla.edu and have been created through the 411 domain policy. For more information please reach out to the Strategic Communications department.

CDN

Put the styles in between the <head> tags of every page on your website.

The Styles

<head>
  // Copy Below
  <link rel="stylesheet" href="https://cdn.webcomponents.ucla.edu/1.0.0-beta.1/css/ucla-lib.min.css">
  // End Copy
</head>

Install the JavaScript in the footer of every page on your website.

The JavaScript

<footer>
  // Copy Below
  <script type="text/javascript" src="https://cdn.webcomponents.ucla.edu/1.0.0-beta.1/js/ucla-lib-scripts.min.js"></script>
  // End Copy
</footer>