DEV Community

David Carr
David Carr

Posted on • Originally published at dcblog.dev on

Released Tailwindcss Admin theme

Released Tailwindcss Admin theme

I've released a new Tailwindcss based theme for admin style applications, the theme is in pure HTML so it can be adapted to any system. I've also added in dark mode support based on a user's preference on the OS.

The theme comes with the following pages:

  • Dashboard
  • Starter
  • Alerts
  • Card
  • Tabs
  • Profile
  • Login
  • Register
  • Forgot Password
  • 400
  • 500

The theme also makes use of alpineJS for the interactions for menu's it's very lightweight, for more details checkout the repo https://github.com/dcblogdev/admintw

.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}.tb_button.hover {borer:2px outset #def; background-color: #f8f8f8 !important;}.ws_toolbar {z-index:100000} .ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px} .tb_highlight{background-color:yellow} .tb_hide {visibility:hidden} .ws_toolbar img {padding:2px;margin:0px}

Top comments (0)