This commit is contained in:
Ray Elliott 2020-08-14 14:12:54 +01:00
parent 0c43980e8f
commit 3871c75041
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@
* Add a basic attribute. * Add a basic attribute.
* Add some default components to `src/index.js`. * Add some default components to `src/index.js`.
In particular, most used UI controls (e.g., colour picker?). - In particular, most used UI controls (e.g., colour picker?).
Definitely include one using `withState`. - Will want an InspectorControls with a PanelBody
Must ensure they are easily able to be quickly removed. - Also want some BloclControl on there
- Must ensure they are easily able to be quickly removed.
## Usage ## Usage