Update README.md
This commit is contained in:
parent
8ad9f46366
commit
43a235fb36
|
@ -1,8 +1,8 @@
|
|||
# Checkout - Slot Fill <!-- omit in toc -->
|
||||
# Checkout - Slot and Fill <!-- omit in toc -->
|
||||
|
||||
Slot and Fill are a pair of components which enable developers to render elsewhere in a React element tree, a pattern often referred to as "portal" rendering. It is a pattern for component extensibility, where a single Slot may be occupied by an indeterminate number of Fills elsewhere in the application.
|
||||
|
||||
This module is an abstraction on top of the Slot/Fill implementation in WordPress and is meant to be used internally, therefore the documentation only touches the abstraction part. You can read more about Slot Fill in [@wordpress/components documentation](https://github.com/WordPress/gutenberg/tree/c53d26ea79bdcb1a3007a994078e1fc9e0195466/packages/components/src/slot-fill).
|
||||
This module is an abstraction on top of the Slot and Fill implementation in WordPress and is meant to be used internally, therefore the documentation only touches the abstraction part. You can read more about Slot and Fill in [@wordpress/components documentation](https://github.com/WordPress/gutenberg/tree/c53d26ea79bdcb1a3007a994078e1fc9e0195466/packages/components/src/slot-fill).
|
||||
|
||||
## Table of Contents <!-- omit in toc -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue