How to use the admin-bro.withNotice function in admin-bro

To help you get started, we’ve selected a few admin-bro examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SoftwareBrothers / admin-bro-example-app / admin / components / some-stats.jsx View on Github external
{text.length ? (
            <pre>{text}</pre>
          ) : (
            
          )}
          <p>and other interactions like toast :)</p>
          <p>
             addNotice(NOTICE_MESSAGE)}&gt;Click me
          </p>
        
      
    
  )
}

export default withNotice(SomeStats)