LogoLogo
GitHub repository
GitHub repository
    Documentation
  • Overview
  • Getting Started
  • Guides


  • Hooks

  • Components


    • AsyncButton
    • AsyncIconButton
    • CodeBlock
    • CopyButton
    • Enumeration
    • ExampleCard
    • Icon
    • InlineCode
    • Logo
    • PageLoadingIndicator
    • PageOverview
    • Paragraph
    • QuoteBlock
    • SmartImage
    • SmartLink
    • StyleLink

Logo

Formats an inline piece of text as monospace and lets the user copy it by clicking.

Props

The same as the SmartImage component, except that the src and alt props are not required, and:
  • full (boolean): Whether to show the full logo or just the icon.

Examples

LogoLogo

1<Logo height={64} />
1<Logo height={64} />
LogoLogo

1<Logo height={64} full />
1<Logo height={64} full />