@builtnorth/wp-admin-dashboard
v2.1.3
Published
NPM package for global and common code used across various WordPress admin screens for Built North plugins.
Readme
Built North WP Admin Dashboard
NPM package for global and common code used across various WordPress admin screens for Built North plugins.
Installation
- Run
npm install --save @builtnorth/wp-admin-dashboardwithin your WordPress theme or plugin. - Import the relevant component(s) into your file(s) e.g.
import { AdminHeader } from '@builtnorth/wp-admin-dashboard';
Usage & Support
While you are free to use this package, it is intended for internal use at the moment. Therefore, no level of support is offered.
