1.0.4 • Published 3 years ago

@professorragna/link v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Link Styled Component

Styled component for the <a> HTML tag

Installation

$ npm i @professorragna/link

Usage

import { Link } from '@professorragna/link';

<Link
  href="https://twitch.tv/professorragna"
>
  This is a link
</Link>

The <Link> styled component supports the following categories of styled props:

  • background
  • border
  • color
  • flexbox
  • grid
  • layout
  • position
  • shadow
  • space
  • typography

For more information on how to use styled props, see the styled-system docs

Additional Packages

Are you looking for additional styled components for other HTML tags? Feel free to check out the root project here for other packages that are available!

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago