Pages Primitives Typography Components
Version: 1.0.0-next.9
CSS
You should add the following import to your root +layout.svelte
file:
<script>
import "@nais/ds-svelte-community/css";
</script>
This CSS extends @navikt/ds-css and will style a
s as Link
components.
If you want unstyled a
, you can add the class unstyled
to prevent this styling.