Last active
July 4, 2020 10:15
-
-
Save NikkiSiapno/5f1d6d10739203b1e5fd29fcc7f4d3b2 to your computer and use it in GitHub Desktop.
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
| <div> | |
| <slot> | |
| <!-- if this component is rendered without any children, the following --> | |
| <!-- text is shown --> | |
| <em>no content was provided</em> | |
| </slot> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment