Mostafa Shamsitabar
Mostafa Shamsitabar
Add the `multilineTruncate` prop to the `` component in order to make the paragraphs and multi-line texts truncate. ```ts type MultilineTruncate = "ellipsis" | "clip" | undefined ``` Example: ```tsx...
### Discussed in https://github.com/sonnat/sonnat-ui/discussions/16 Originally posted by **createdbymahmood** February 17, 2022 Hi, I was wondering if you want to write some unit tests and I'd like to help you with...
**Is your feature request related to a problem? Please describe.** Add customization points to components. **Describe the solution you'd like** When the `className` property isn't enough, and you need to...
An example: ```bash figma-backup -e "[email protected]" -p "secretpassword" -t "secrettoken" --teams-ids "ID1" "ID2" ```