1.0.0 • Published 5 years ago

admin-bro-theme-dark v1.0.0

Weekly downloads
76
License
MIT
Repository
-
Last release
5 years ago

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
  }
})