You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(logo-grid): add logoCount and logoRatio props (#8905)
### Related Ticket(s)
Closes#8848
### Description
Adds `logoCount` and `logoRatio` props to `DDSLogoGrid`
`logoCount` takes an integer to use as a number of columns for the grid. The stylesheet will constrain that value to between 2 and 4, inclusively.
`logoRatio` takes a string matching the format `<integer><separator><integer>` and sets a custom CSS property in an inline style to use in logo-grid-item elements as an aspect ratio.
### Changelog
**New**
- Added `logoCount` and `logoRatio` props to `DDSLogoGrid`
0 commit comments