Skip to content

Styling Any Compoent

Styling Vue Component

This is a link component.

Using the styled function to style the Link component, you can achieve a dark red link.

Styling Styled Component

You can also style styled components. For example, with StyledLink, using styled and passing styles, you can get a blue link.

NOTE

Styling third-party component or custom component is also support.

Released under the Apache-2.0 License.