salt-ds icon indicating copy to clipboard operation
salt-ds copied to clipboard

React UI components built with a focus on accessibility, customization and ease-of-use

Results 265 salt-ds issues
Sort by recently updated
recently updated
newest added

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...

type: site 🌐
type: feedback

### 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),...

type: bug 🪲
status: needs more info
community

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...

type: documentation

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...

type: enhancement 💡

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...

type: enhancement 💡
package: core
role: dev 💻
role: design 🎨
component: form field
component: input
component: combo box
component: dropdown
component: date input

```[tasklist] ### Tasks - [ ] Salt 1 Light/Dark - [ ] Salt Next ```

role: design 🎨
Figma

potentially update the Styling to 1px inside border, Waiting for Dev to build before any update ```[tasklist] ### Tasks - [ ] Salt 1 Light/Dark - [ ] Salt Next...

role: design 🎨
component: pagination
Figma

### 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 :...

type: enhancement 💡
status: awaiting triage
community
component: date picker

- `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...