1.1.9 • Published 1 year ago
@brighthr/component-link v1.1.9
Link
To install, type the following into the command line at the root of your project:
npm i @brighthr/component-linkTo implement the Link component into your project you’ll need to add the import:
import Link from '@brighthr/component-link';After adding import into your project you can use it simply like:
<Link />Props
| Name | Type | Default | Description |
|---|---|---|---|
| anchorRemoved | boolean | false | If true, removes the anchor tag. |
| color | 'primary' 'accent' 'error''white'|'accent'` | Sets the color of the Link. | ||
| iconName | IconName | Sets the icon to display on the left (See Icon component). | |
| iconPosition | 'left' 'right' | Sets the position of the icon. | |
| outlineButton | boolean | false | If true, |
| size | 'xs' 'sm' 'base' 'lg' 'xl' | 'base' | Sets the size of the Link. |
| text | string | | Sets the text to display in the Link. | |
| textButton | boolean | false | If true, |
1.1.9
1 year ago
1.1.8
1 year ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
0.1.0
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.8
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.1
3 years ago