feat(truncate): add text truncation component and action

This commit is contained in:
Eric Liu 2021-02-19 07:40:19 -08:00
commit a51c300a79
13 changed files with 161 additions and 3 deletions

1
src/Truncate/index.js Normal file
View file

@ -0,0 +1 @@
export { default as Truncate } from "./Truncate.svelte";