@test-remote/templates.ui.card
v0.0.5
Published
This component
Downloads
4
Readme
Card component
This component
- renders a Heading Component
- reanders a Text Component
- renders a CopyBox Component which can be used to copy the text to the clipboard. This component is optional
- renders an External Link
Component usage
Render component with any text, html or other component inside
<Card
link="https://harmony-docs.bit.dev/aspects/generator"
heading="Templates"
text="to see a list of available templates"
command="bit templates"
/>
Using children to render anything inside
Modify the text to see it change live.
<Card
link="https://harmony-docs.bit.dev/aspects/generator"
heading="Templates"
text="to see a list of available templates"
command="bit templates"
/>