Revert "chore: remove Truncate since it does not exist in Carbon v11"

This reverts commit 5833536199.
This commit is contained in:
Enrico Sacchetti 2024-01-04 13:41:08 -05:00
commit b63a076059
13 changed files with 189 additions and 1 deletions

View file

@ -0,0 +1,23 @@
<script lang="ts">
import { Truncate } from "../types";
import { truncate } from "../types";
</script>
<Truncate>
Carbon Components Svelte is a Svelte component library that implements the
Carbon Design System, an open source design system by IBM.
</Truncate>
<Truncate clamp="front">
Carbon Components Svelte is a Svelte component library that implements the
Carbon Design System, an open source design system by IBM.
</Truncate>
<h4 use:truncate>
Carbon Components Svelte is a Svelte component library that implements the
Carbon Design System, an open source design system by IBM.
</h4>
<h4 use:truncate="{{ clamp: 'front' }}">
Carbon Components Svelte is a Svelte component library that implements the
Carbon Design System, an open source design system by IBM.
</h4>