link

v1.0.13arrow_drop_down
v1.0.13
v1.0.12
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.1
v1.0.0
STATUS
Failing
DOWNLOADS
648
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
13 KB
Link component
1 contributor
Install link as a package?
Copied
npm i @bit/dennisdigital.components.molecules.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 ()

Link component

Properties
NameTypeDefault value
children
node[]
href
(required)
string
onClick
function() => {}
extraClassNames
{}{}
context
{}{}
target
string''
Test Summary

should render without any props

Skipped

checks href props

Skipped

checks href props type

Skipped

checks the children props

Skipped

checks that two children can be added

Skipped

checks that children can be different types

Skipped

checks onClick props

Skipped

checks extraClassNames props

Skipped
Help and resources