How to use the admin-bro/style.colors.warning 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 / dashboard.jsx View on Github external
<h1>First 5 categories</h1>
                    <table>
                      <thead>
                        <tr>
                          <th><label>Category name</label></th>
                          <th><label>Number of comments</label></th>
                          <th style="{{"><label>Actions</label></th>
                        </tr>
                      </thead>
                      <tbody></tbody></table>