Socket
Book a DemoInstallSign in
Socket

@instructure/ui-billboard

Package Overview
Dependencies
Maintainers
43
Versions
2241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-billboard

A UI component to display empty states, 404 pages, redirects, etc.

latest
Source
npmnpm
Version
10.25.0
Version published
Maintainers
43
Created
Source

ui-billboard

npm MIT License Code of Conduct

A billboard component for empty states, 404 pages, redirects, etc.

Components

The ui-billboard package contains the following:

  • Billboard

Installation

npm install @instructure/ui-billboard

Usage

---
type: code
---
import React from 'react'
import { Billboard } from '@instructure/ui-billboard'

const MyBillboard = () => {
  return (
    <Billboard
      size="medium"
      heading="Well, this is awkward."
      message="Think there should be something here?"
      hero={<Img src={placeholderImage(900, 500)} />} />
  )
}

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts