Skip to content

mauricio-testa/builderall-error-pages

Repository files navigation

Builderall Error Pages Web Component

Usage

Add inside the <head> tag

<!-- required -->
<script src="https://cdn.jsdelivr.net/gh/mauricio-testa/builderall-error-pages@latest/dist/main.js"></script>

<!-- optional: If your project doesn't include the "muli" font, you can add it with the following line -  -->
<link href="https://cdn.jsdelivr.net/gh/mauricio-testa/builderall-error-pages@latest/assets/fonts/muli/muli.css" rel="stylesheet">

Add to body

<!-- 404 page -->
<builderall-error-404
  pre="Ops"
  headline="Algo aconteceu mal!"
  text="Não foi possível encontrar a página que você está procurando"
  button-text="Voltar para a home"
  button-href="/"
/>

<!-- 503 page -->
<builderall-error-503
  headline="Sistema em manutenção"
  text="Estamos fazendo algumas manutenções programadas. Tente novamente em alguns instantes"
  button-text="Recarregar"
/>

All parameters are optional

Related

Development

Watch

  • npm run watch
  • Open index.html in your browser

Build

  • npm run build

Purge jsdelivr cache

About

Standardized error pages for Builderall

Resources

Stars

Watchers

Forks

Packages

No packages published