Class

useNotice

useNotice

Hook which allows you to add notice message to the app.

import { useNotice, Button } from 'admin-bro'

const myComponent = () => {
  const sendNotice = useNotice()
  render (
    <Button onClick={() => sendNotice({ message: 'I am awesome' })}>I am awesome</Button>
  )
}
SoftwareBrothers

Proudly built and maintained by SoftwareBrothers

Software House with a passion for both JavaScript and TypeScript.

See what we do See what we believe in

Proudly built and maintained by

SoftwareBrothers