@irvingjs/wp-admin-bar

4.2.0 • Public • Published

WordPress admin bar

This package contains a WordPress admin bar component.

Installation

  1. npm install @irvingjs/wp-admin-bar
  2. The WP Irving plugin automatically adds the component to the components endpoint response for logged in users; however, you will see a "not configured" message until you add the component to your component map:
// componentMap.js

// Import it from the package.
import AdminBar from '@irvingjs/wp-admin-bar';

// Ensure it's included in the export.
export default {
  'irving/admin-bar': AdminBar,
};

Readme

Keywords

none

Package Sidebar

Install

npm i @irvingjs/wp-admin-bar

Weekly Downloads

0

Version

4.2.0

License

MIT

Unpacked Size

22 kB

Total Files

7

Last publish

Collaborators

  • alleyops
  • cahdeemer