File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
apps/website/screens/components Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const sections = [
7171 < tr >
7272 < td > onItemClick</ td >
7373 < td >
74- < TableCode > number </ TableCode >
74+ < TableCode > { "(value: string) => void" } </ TableCode >
7575 </ td >
7676 < td >
7777 Callback for custom navigation with third-party libraries such as Next (< Code > useRouter</ Code > ) or React
Original file line number Diff line number Diff line change @@ -48,6 +48,21 @@ const sections = [
4848 </ td >
4949 < td > -</ td >
5050 </ tr >
51+ < tr >
52+ < td >
53+ < DxcFlex direction = "column" gap = "0.25rem" alignItems = "baseline" >
54+ < StatusBadge status = "required" />
55+ children
56+ </ DxcFlex >
57+ </ td >
58+ < td >
59+ < TableCode > React.ReactNode</ TableCode >
60+ </ td >
61+ < td >
62+ Contains one or more < Code > DxcBulletedList.Item</ Code > .
63+ </ td >
64+ < td > -</ td >
65+ </ tr >
5166 </ tbody >
5267 </ DxcTable >
5368 ) ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const code = `() => {
1919 clearable
2020 ref={inputRef}
2121 />
22- <DxcButton label="Submit" onClick={handleSubmit} size={{width: "medium}}" />
22+ <DxcButton label="Submit" onClick={handleSubmit} size={{width: "medium"}} />
2323 </DxcFlex>
2424 </DxcInset>
2525 );
You can’t perform that action at this time.
0 commit comments