Tobias Barsnes
Tobias Barsnes
None of these would work, since none of them can recieve a ref, which the tooltip needs. Sure we can check the DOM, but how would that solve the problem?...
I am pretty sure this will not work either. The trigger in your example still needs a ref, and if the component can't recieve one, it will not work. When...
This component was made before we started using `Slot`, so I suggest we implement this in favor of `cloneElement` and our internal check as a first step. We can rely...
Our own implementation of tabs is now feature equivalent to `u-tabs`. If we don't want the issues we are experiencing with `u-tabs` in #2944 to affect the release of V1,...
2025.01.25 @Barsnes @mimarz @eirikbacker We have decided to not implement `u-tabs` for now, since non-react users have the possibility to use `u-tabs`. Our css targets our component and `u-tabs`. Our...
We need to document that non-react consumers can use `u-tabs` @mrosvik
We should probably have a changeset for this
> @digdir/designsystemet-css is now bundles with default theme... I think it belongs in our theme package. It's not a big obstacle to install a secondary package to get colors. If...
Code looks good, but we need to define the colors used in this theme before merging
Some might want components to grow. We should go over our components and see which we think should not. I think keeping default behaviour is the best in most cases