Utilities
Interactions
- HTML/CSS:Dev Ready
- Layout:Desktop Only
Sections
Set of utilities that provide interaction(s).
Examples#
Link Reset#
<a href="javascript:void(0);" class="slds-text-link_reset">Link</a>
Link Reset with Text Link Inside#
<a href="javascript:void(0);" class="slds-text-link_reset">This text is a link but looks like normal text...
<span class="slds-text-link">More</span>.</a>
Link Reset with Halo Focus#
<a href="javascript:void(0);" class="slds-has-blur-focus">Link with halo focus</a>
Button Reset#
<button class="slds-button slds-text-link_reset">Button</button>
Faux Link on a span#
Span with faux link interactions
<span class="slds-text-link_faux">Span with faux link interactions</span>
Overview of CSS Classes#
- Selector
- The CSS class being referred to.
- Summary
- A description of what the class does.
- Support
- Whether the class name is dev-ready (meaning it's fully vetted and tested and safe to use) or prototype (which means it's not fully vetted yet).
- Restrict
- The selector that the class name is allowed to be used on.
- Variant
- The base level pattern for a component. A variant can be extended to create another variant of that component, for example, a stateful button is a derivative of the base button.
- Modifier
- A single class that can be added to an HTML element of a component to modify its output. Typically these will be colors, sizing and positioning.
Selector | .slds-text-link_reset |
---|---|
Summary | Makes links and buttons appear as regular text |
Restrict | * |
Modifier | True |
Selector | .slds-text-link |
---|---|
Summary | Makes text inside of .slds-text-link_reset to appear as a link. |
Restrict | * |
Modifier | True |
Selector | .slds-text-link_faux |
---|---|
Summary | Creates a faux link with hover interactions |
Restrict | * |
Modifier | True |