Skip to content

Commit

Permalink
chore: adds headings to helper docs (#4297)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 20, 2024
1 parent 664e88e commit ed9db4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ order: 1
import * as Examples from 'Docs/uilib/helpers/Examples'
import SkipLinkExample from 'Docs/uilib/usage/accessibility/examples/skip-link-example.tsx'

# CSS classes

## CSS helper classes

Reusing classes in the markup instead of using SCSS extends or _mixins_ will prevent duplication in the `@dnb/eufemia`. So also your application will have good benefits from reusing these helper classes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
showTabs: true
---

# Helpers

## Description

All the [components](/uilib/components) do share a couple of common used helpers. Your application can also use these helpers, but it's totally optional.
Expand Down

0 comments on commit ed9db4b

Please sign in to comment.