# LegnoLogoWrapper

# Examples

# Example 1 - Default

<legno-logo-wrapper href="#test">
    <legno-logo />
</legno-logo-wrapper>

# Example 2 - Size

The logo will by default stretch to full width of the container. Use the properties width and height in order to set a specific size.

<legno-logo-wrapper width="70%" height="40px">
    <legno-logo />
</legno-logo-wrapper>

# Example 3 - Color

Color can be applied by specifying a text color on the parent component.

<legno-logo-wrapper style="color:orange">
    <legno-logo />
</legno-logo-wrapper>

# Slots

...

# Props

...