Skip to content

Commit

Permalink
fix(component-overview): legg til eksempel for min størrelse
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleneKassandra committed Mar 21, 2024
1 parent aa0fe60 commit fef03af
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { DetailListCard, DetailListCardItem } from '@sb1/ffe-lists-react';
import { LinkText } from '@sb1/ffe-core-react';

<DetailListCard>
<DetailListCardItem label="Kontonavn" value={<LinkText>D</LinkText>} />
<DetailListCardItem label="Kontotype" value="Brukskonto" />
</DetailListCard>

0 comments on commit fef03af

Please sign in to comment.