Skip to content

Commit

Permalink
feat(PPDSC-2175): layout props 7/7 (#223)
Browse files Browse the repository at this point in the history
* feat(PPDSC-2175): logical props 7/7

* feat(PPDSC-2175): update snapshots

* feat(PPDSC-2175): merge 'main' into feat/PPDSC-2175-layout-props-7
  • Loading branch information
evgenitsn authored Jun 8, 2022
1 parent a50e6f1 commit b21742f
Show file tree
Hide file tree
Showing 20 changed files with 1,071 additions and 114 deletions.
3 changes: 2 additions & 1 deletion site/pages/components/unordered-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Playground from '../../components/playground';
import Prop from '../../components/prop';
import {LegacyBlock} from '../../components/legacy-block';
import {CodeFromDefaultPresets} from '../../components/code';
import {CommonLogicalPropsMDX} from '../../components/component-api/common-logical-props';

import {UnorderedList, IconFilledTwitter, IconFilledFacebook} from 'newskit';

Expand Down Expand Up @@ -59,7 +60,7 @@ An unordered list can be used to produce a list of related content prefixed with
in case it is needed.</i>
</Prop>
</Prop>

<CommonLogicalPropsMDX nested />
Refer to the defaults below for the full object structure:

<CodeFromDefaultPresets componentName="unorderedList" />
Expand Down
Loading

0 comments on commit b21742f

Please sign in to comment.