@pingux/astro 2.181.8 → 2.181.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ import { Meta } from '@storybook/addon-docs';
|
|
|
4
4
|
|
|
5
5
|
## Understanding Astro Props
|
|
6
6
|
|
|
7
|
-
Most of the Astro components can be customized through props which are documented in
|
|
7
|
+
Most of the Astro components can be customized through props which are documented in their respective component examples. If you want to pass your own custom props to an Astro component many components have wrapperProps, containerProps, and controlProps designed just for this.
|
|
8
8
|
|
|
9
9
|
- **containerProps:** an object that gets spread to the outermost container commonly used for passing styles
|
|
10
10
|
- **wrapperProps:** an object that gets spread to the container directly wrapping and input field
|
|
@@ -4,7 +4,7 @@ import { Meta } from '@storybook/addon-docs';
|
|
|
4
4
|
|
|
5
5
|
## Understanding Astro Props
|
|
6
6
|
|
|
7
|
-
Most of the Astro components can be customized through props which are documented in
|
|
7
|
+
Most of the Astro components can be customized through props which are documented in their respective component examples. If you want to pass your own custom props to an Astro component many components have wrapperProps, containerProps, and controlProps designed just for this.
|
|
8
8
|
|
|
9
9
|
- **containerProps:** an object that gets spread to the outermost container commonly used for passing styles
|
|
10
10
|
- **wrapperProps:** an object that gets spread to the container directly wrapping and input field
|