Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EuiTextTruncate] Remove beta status in docs #7639

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src-docs/src/views/text_truncate/text_truncate_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ const multiLineSource = require('!!raw-loader!./multi_line');

export const TextTruncateExample = {
title: 'Text truncation',
isBeta: true,
notice: (
<EuiCallOut iconType="beta" title="Beta development" color="warning">
<strong>EuiTextTruncate</strong> is a beta component that is still
undergoing <Link to="#performance">performance investigation</Link>. We
would particularly caution in high-usage scenarios (e.g. over 500 usages
per page).
</EuiCallOut>
),
pages: [
{
title: 'Single line',
Expand Down
Loading