Last active
November 7, 2022 22:57
-
-
Save himerus/2fd4652aeb1c42b2e0bc502c2e20b070 to your computer and use it in GitHub Desktop.
Description of usage for `outline-container` with the `container-width` set to `full`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <outline-container container-width="full" top-margin="spacing-12" bottom-margin="spacing-12"> | |
| <outline-alert statusType="success" size="large"> | |
| <span slot="header">Container: Full</span> | |
| <p>This `outline-container` component is using the `container-width` set to `full`.</p> | |
| </outline-alert> | |
| <outline-image image-href={code7} image-label="image of code on a screen" image-ratio="42/9"></outline-image> | |
| </outline-container> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment