digdir / designsystemet

Designsystemet
https://designsystemet.no
MIT License
68 stars 34 forks source link

Solve shared components between apps #2122

Open Barsnes opened 3 weeks ago

Barsnes commented 3 weeks ago

We are currently duplicating components between apps, such as CodeSnippet, Container, etc. Ideally we would like to have these in a folder /apps/_components, but ran into some issues with importing these into the different apps.

We need to do this so we can easily use components between apps, which gives us less duplicate code and a more cohesive look.

Components we should move first are

We might have to do #1748 before this issue.