Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@contentful/f36-text-link
Advanced tools
TextLink
communicates actions and links to URLs.
import { TextLink } from '@contentful/f36-components';
// or
import { TextLink } from '@contentful/f36-text-link';
<a>
By default, TextLink
renders <a>
HTML tag and should be used as an usual link attribute.
Note that if you use TextLink
for linking to third party content and use target="_blank"
property, it is recommended to set rel="noreferrer noopener"
.
<button>
TextLink
can also be rendered as button
HTML tag. You can use TextLink
this way only when the action have lower priority compared to actions that are accessible via a Button
.
There are a number of variations of TextLink
styles, here is a guide for when to use them:
TextLink
action-oriented, use a verb. For example, "Add field", not "New field"TextLink
is used to navigate to a new page, clearly communicate what the user will see when they click on the link. For example, “View teams documentation” vs “Learn about teams”. Avoid generic descriptions like "Click here" or "Go to".TextLink
is used in a regular text and it's at the end of a sentence, don’t add a period inside TextLink
content. Place it after component.TextLink
is used as an action-oriented element, don’t add period at all, neither in component content nor after.TextLink
for linking to third party content and use target="_blank"
property, it is recommended to set rel="noreferrer noopener"
. More details about external links securityFAQs
Forma 36: TextLink component
We found that @contentful/f36-text-link demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.