Skip to content

10up/block-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 13, 2022
fbfc84a · Oct 13, 2022
Mar 10, 2022
Sep 20, 2022
Oct 13, 2022
Jun 13, 2022
Sep 23, 2022
Jul 22, 2022
Jul 25, 2022
Mar 1, 2022
Feb 17, 2022
Mar 1, 2022
Feb 25, 2022
Aug 12, 2021
Dec 17, 2021
Dec 17, 2021
Jul 22, 2022
Feb 17, 2022
Mar 1, 2022
Oct 13, 2022
Oct 13, 2022
Feb 18, 2022

Repository files navigation

10up Block Components

A collection of components built to be used in the block editor.

Support Level 10up Block Components

Overview

A collection of components built to be used in the block editor. These components do not include any build files and do not bundle the WordPress components. Therefore these need to be used in an environment where the Dependency Extraction Webpack Plugin is used and the import { component } from '@wordpress/package'; is supported. If your project is using 10up-toolkit, this is handled automatically.

Installation

  1. Run npm install --save @10up/block-components within your WordPress theme or plugin.
  2. Within your block editor code, import the relevant component(s) e.g. import { ContentPicker } from '@10up/block-components';
  3. We highly recommend you use 10up-toolkit to build your block files as it handles dependency extraction for you.

APIs

Components

Hooks

Stores

Support Level

Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct and CONTRIBUTING.md for details on the process for submitting pull requests to us.

Like what you see?

Work with 10up, we create amazing websites and tools that make content management simple and fun using open source tools and platforms