salt-ds
salt-ds copied to clipboard
React UI components built with a focus on accessibility, customization and ease-of-use
Closes #3250 Added controlled examples to the site docs for the following components: - Switch - Radio - Checkbox - Input - MultilineInput - ToggleButton - ListBox - Dropdown
### Area Website ### The problem There is a significant gap between the next and previous bars, which are colored in blue and occupy nearly half of the page, even...
### Package name(s) Core (@salt-ds/core) ### Package version(s) 1.8.1 ### Description Text is not aligned to the center vertically in HD Button ### Steps to reproduce Windows Firefox 102.11.0esr (32-bit),...
To use Salt, we need [load font](https://www.saltdesignsystem.com/salt/getting-started/developing#2-add-required-web-fonts). In theory, we can use [`next/font`](https://nextjs.org/docs/pages/building-your-application/optimizing/fonts#with-tailwind-css)'s variable option with `--salt-typography-fontFamily` pointing to next's font. ```js import { Open_Sans } from 'next/font/google'; const openSans...
We've had a lot of requests to support SSR (#2505, #2499), had internal conversations around RSC and the ecosystem's move away from runtime CSS injection, as well as inquiries into...
Resolving this issue will add sizes to Form Field input type controls. **MTK's request:** Christian was asking about our plans for Typography.. They will be doing some analysis of their...
```[tasklist] ### Tasks - [ ] Salt 1 Light/Dark - [ ] Salt Next ```
potentially update the Styling to 1px inside border, Waiting for Dev to build before any update ```[tasklist] ### Tasks - [ ] Salt 1 Light/Dark - [ ] Salt Next...
### Area UI Components ### The problem Have been trying to integrate `@salt-ds/lab` `DatePicker` component with React-Hook-Form. Below is the implementation for controlled DatePicker with React-Hook-Form. Point to consider :...
- `Calendar` now supports children, enabling you to compose Calendars from `CalendarNavigation`, `CalendarWeekHeader` and `CalendarDateGrid` - renamed `CalendarCarousel` to `CalendarDateGrid` - better support for rest so that it passes to...