link

v1.1.0arrow_drop_down
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
3,966
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
A concrete link, styled for Evangelist, extending [base link](https://bit.dev/bit/base-ui/elements/link).
1 contributor
Install link as a package?
Copied
npm i @bit/bit.evangelist.elements.link
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
Link ()

A concrete link, styled for Evangelist, extending base link.
Accepts all props as html Anchor Element.

The link will use these css variables, when available:

  • –primary-link-color, or --base-color, for text color.
  • –primary-link-highlight, or --base-highlight, for text color on hover.
Example
<Link href="https://google.com">look it up!</Link>
Help and resources