Eirik Backer
Eirik Backer
https://developers.google.com/web/updates/2018/07/css-scroll-snap is supported by some browsers already, and we should documenting how to use it and considering it as part of #66 More info: https://css-tricks.com/practical-css-scroll-snapping/
Branch started here https://github.com/nrkno/core-components/tree/feature/core-tags
- Fixes #2100 🥳 - Deprecates #2176 - Built on top of `` for [better accessibility on mobile](https://u-elements.github.io/u-elements/elements/u-details#accessibility) - Removes `level` from `AccordionHeader` as this is not supported by native...
- Adds `select` and `textarea` to #2550 - Part of https://github.com/digdir/designsystemet/issues/2311 - Select chevron, radio, checkbox and toggle adjustments are verified by Lasse
- Fixing [#2553](https://github.com/digdir/designsystemet/issues/2553) - Part of [#2311](https://github.com/digdir/designsystemet/issues/2311) - **NOTE:** `read-only` design is changing, this is therefore a bit weird in this version - Make standalone `` - Adds support for...
Today, `` renders a `button`, meaning it can not be placed inside ``. If the desired design is: ``` Label (?) +------------------+ |Input here | +------------------+ ``` ...the consumer will...
Today, there is a single url to Storybook/documentation. If a team uses Designsystemet as a base, and builds/extends their own system on top, there will be need to link to...
**TL;DR: Her er et kjørende eksempel:** https://codepen.io/eirikbacker/pen/RwXNpXo Har tenkt en stund på dette med `size`. I de fleste tilfeller, vil vi at når man setter `size`, på en komponent, så...
Our current form element documentation focuses on form elements composed by label+description+input+validation. We should decide on standard for standalone form elements.