Created
March 30, 2020 21:13
-
-
Save bryceosterhaus/1f4618b9cfbf9b7eb158967d27669dbc to your computer and use it in GitHub Desktop.
This file contains 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
<ClayLabel withClose={false}> | |
<ClayLabel.ItemBefore>{'Content before'}</ClayLabel.ItemBefore> | |
<ClayLabel.ItemExpand>{'Label'}</ClayLabel.ItemExpand> | |
</ClayLabel> | |
<ClayLabel.Base> | |
<ClayLabel.ItemBefore>{'Content before'}</ClayLabel.ItemBefore> | |
<ClayLabel.ItemExpand>{'Label'}</ClayLabel.ItemExpand> | |
</ClayLabel.Base> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment