link

v1.0.2arrow_drop_down
v1.0.2
v1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
4,313
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
857 B
Base component for link, equivalent to a `<a/>` tag.
1 contributor
Install link as a package?
Copied
npm i @bit/bit.base-ui.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 ()

Base component for link, equivalent to a <a/> tag.

This component is a placeholder for future implementations, where different applications can override this component with their underlying navigation system.

Properties
NameTypeDescription
external
boolean

opens link in a new tab

Help and resources