Commit fbaa6b5 1 parent 25f6474 commit fbaa6b5 Copy full SHA for fbaa6b5
File tree 3 files changed +14
-8
lines changed
packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/Form/Section
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 10
10
key : ' /demos'
11
11
- title : Properties
12
12
key : ' /properties'
13
+ - title : Events
14
+ key : ' /events'
13
15
breadcrumb :
14
16
- text : Forms
15
17
href : /uilib/extensions/forms/
Original file line number Diff line number Diff line change
1
+ ---
2
+ showTabs : true
3
+ hideInMenu : true
4
+ ---
5
+
6
+ import PropertiesTable from ' dnb-design-system-portal/src/shared/parts/PropertiesTable'
7
+ import { EditContainerEvents } from ' @dnb/eufemia/src/extensions/forms/Form/Section/EditContainer/EditContainerDocs'
8
+
9
+ ## Events
10
+
11
+ <PropertiesTable props = { EditContainerEvents } />
Original file line number Diff line number Diff line change @@ -5,19 +5,12 @@ hideInMenu: true
5
5
6
6
import TranslationsTable from ' dnb-design-system-portal/src/shared/parts/TranslationsTable'
7
7
import PropertiesTable from ' dnb-design-system-portal/src/shared/parts/PropertiesTable'
8
- import {
9
- EditContainerProperties ,
10
- EditContainerEvents ,
11
- } from ' @dnb/eufemia/src/extensions/forms/Form/Section/EditContainer/EditContainerDocs'
8
+ import { EditContainerProperties } from ' @dnb/eufemia/src/extensions/forms/Form/Section/EditContainer/EditContainerDocs'
12
9
13
10
## Properties
14
11
15
12
<PropertiesTable props = { EditContainerProperties } />
16
13
17
- ## Events
18
-
19
- <PropertiesTable props = { EditContainerEvents } />
20
-
21
14
## Translations
22
15
23
16
<TranslationsTable localeKey = { [' SectionEditContainer' ]} />
You can’t perform that action at this time.
0 commit comments