utrecht
utrecht copied to clipboard
Work in Progress: Utrecht Design System based on the NL Design System architecture. Storybook: https://nl-design-system.github.io/utrecht/storybook/
Misschien moet bij de documentatie over links iets over staan over dat links naar een intranet misschien niet gedeeld moeten worden, omdat ze vertrouwelijke informatie over de infrastructuur vrijgeven. In...
Als je in een onderstreepte tekst een link plaatst, dan zou die ineens niet onderstreept zijn. Is dat vreemd? Zouden we hier iets op moeten verzinnen? Moeten we hier stories...
In React, om een icon button te maken, kun je het volgende doen: ```tsx export const IconButton = forwardRef(({ label, ...restProps }) => ( {children}> ); ``` Als `Button` automatisch...
in de [Rijkshuisstijl bibliotheek](https://www.figma.com/design/txFX5MGRf4O904dtIFcGTF/NLDS---Rijkshuisstijl---Bibliotheek?node-id=944-1535&t=IUsimZdjdVlX3o72-0) op Figma hebben de ticks in de checkbox een blauwe kleur waneer deze checked en focused / disabled zijn. Naar mijn weten is het niet (gemakkelijk)...
Update `utrecht-accordion-section` by replacing the margin CSS property with the `row-gap` property.
**Description:** The accordion component always has an extra margin, even when folded. Reference to the original [issue](https://github.com/frameless/strapi/issues/794) on our dashboard.
Currently the ordered list has no color design tokens (#2349). https://github.com/nl-design-system/utrecht/blob/main/components/unordered-list/src/_mixin.scss#L48 Because the unordered list has a marker color design token, it would be consistent to also offer a marker...
There is no way to specify the color of list item text in design tokens for the `utrecht.ordered-list` and `utrecht.unordered-list` component. The ways Utrecht applies color for this component is,...