99.10.0 • Published 4 years ago

@temporg/ui-billboard v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-billboard

npm  build-status  MIT License  Code of Conduct

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

Components

The ui-billboard package contains the following:

Installation

yarn add @temporg/ui-billboard

Usage

---
example: false
---
import React from 'react'
import { Billboard } from '@temporg/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)} />} />
  )
}