BRAID
Braid Logo
Resources
Releases
Gallery
Playroom
GitHub
Guides
Design Workflow
Development Workflow
Playroom Prototyping
Contribution
Testing Guide
Foundations
Layout
Tones
Iconography
Examples
Job Summary
Basic Form
Marketing Banner
Components
Accordion
Actions
Alert
Autosuggest
Badge
Bleed
Box
Button
ButtonIcon
ButtonLink
Card
Checkbox
Columns
ContentBlock
Dialog
Disclosure
Divider
Drawer
Dropdown
FieldLabel
FieldMessage
Heading
Hidden
HiddenVisually
Inline
List
Loader
MenuItem
MenuItemCheckbox
MenuItemDivider
MenuRenderer
MonthPicker
Notice
OverflowMenu
Page
PageBlock
Pagination
PasswordField
Radio
Deprecated
RadioGroup
Rating
Secondary
Spread
New
Stack
Stepper
Strong
Tabs
New
Tag
Text
TextDropdown
TextField
TextLink
TextLinkButton
Textarea
Tiles
Toggle
TooltipRenderer
useToast
CSS
atoms
breakpoints
globalHeadingStyle
globalTextStyle
responsiveStyle
vars
Logic
BraidPortal
BraidProvider
BraidTestProvider
Link
ThemeNameConsumer
useBreakpoint
Deprecated
useColor
useResponsiveValue
useSpace
useThemeName
TextLinkButton
Details
Details
Props
Props
Releases
1
Releases
1
Visually a link, with button semantics
View code
Code
Open in
Playroom
Alternatives
TextLink
— For a semantic link.
Button
— For a semantic button.
ButtonLink
— For a semantic link that looks like a button.
Accessibility
Even though it looks like a
TextLink
, this is actually a semantic button following the
WAI-ARIA Button Pattern.
Rather than rendering a native
button
element, we render a
span
element with an ARIA role of
button
so that text can wrap across multiple lines.
Note
This component must be nested within a
Text
or
Heading
component.
Icons
For decoration or help distinguishing between buttons, an
icon
can be provided. This will be placed to the left of the label.
TextLinkButton
View code
Code
Open in
Playroom
BRAID
Braid Logo