sonnat-ui
sonnat-ui copied to clipboard
React component library using Sonnat Design System to build faster, elegant, and accessible web applications.
In order to have unit tests for the project, we decided to move forward with [React testing library](https://testing-library.com/docs/react-testing-library/intro/) and [Jest](https://jestjs.io/) as discussed in #16 and #17. This PR mainly adds...
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...
**Describe the bug** autoFocus prop in TextField component doesn't really work **Expected behavior** when autoFocus is on, the input element should be focused on mount **Desktop (please complete the following...