0.0.5 • Published 4 years ago

@test-remote/templates.ui.card v0.0.5

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

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"
/>