admin-bro-theme-dark

Dark theme for AdminBro

Usage no npm install needed!

<script type="module">
  import adminBroThemeDark from 'https://cdn.skypack.dev/admin-bro-theme-dark';
</script>

README

Dark Theme for AdminBro

Screenshots

Installation

Install the theme:

yarn install admin-bro-theme-dark

Setup it in your AdminBro:

const theme = require('admin-bro-theme-dark')

new AdminBro({
  branding: {
    theme
  }
})