Wordpress Admin UI as React components. If you are enqueuing React in a Wordpress Admin plugin, you can use these components to build the frontend. Inspired by BracketSpace's reference docs.
npm install --save react-wp-admin
or
yarn add react-wp-admin
Take a gander at all the components in Storybook. Click Docs > Show code
to look at how to implement a component.
- Post List component
- Metabox Container component
- Dashicons bug in Storybook
- End-to-end tests
- CI/CD
- Automated versioning/changelog
Distributed under the MIT License. See LICENSE for more information.