t0lya / react-wp-admin

React components for Wordpress Admin UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version Commitizen friendly GitHub license

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.

Table of Contents

Getting Started

Installation

npm install --save react-wp-admin

or

yarn add react-wp-admin

Usage

Take a gander at all the components in Storybook. Click Docs > Show code to look at how to implement a component.

To do

  • Post List component
  • Metabox Container component
  • Dashicons bug in Storybook
  • End-to-end tests
  • CI/CD
  • Automated versioning/changelog

License

Distributed under the MIT License. See LICENSE for more information.

About

React components for Wordpress Admin UI

License:MIT License


Languages

Language:CSS 96.5%Language:TypeScript 3.1%Language:JavaScript 0.5%