Skip to main content

Components

Banner

Source code

Maintenance will occur between 08:00 and 12:00 PST.

More info

Props

Usage

<script>
  import { Banner } from "svelte-uswds";
</script>

<Banner
  headerText="Maintenance will occur between 08:00 and 12:00 PST."
  buttonText="More info">
  Routine maintenance checks will be performed on servers in Dallas and Atlanta.
</Banner>