Introduction
Get started with WP Admin Style, framework for building WordPress plugins.
Quick start
Looking to quickly add WP Admin Style to your project? A free open source CDN. Using a package manager or need to download the source files? Proced to the downloads page.
CSS
Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.
Click to copy
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
Starter template
Be sure to wrap your page or page part with wp_admin_style class otherwise styling will not be applied.
More about it read here.