Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(PPDSC-2358): removed loading state for Tag and Flag components #359

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions site/pages/components/flag.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ Flags have a number of props to facilitate a variety of uses:
If true, this will cause the Flag to render the disabled state of the style
preset.
</Prop>
<Prop name="loading" type="boolean" default={false}>
If true, this will cause the Flag to render the loading state of the style
preset.
</Prop>
<Prop name="overrides" type="object">
If provided, overrides the respective presets for the component and provided
elements. Here are the overrides that the Flag accepts:
Expand Down
4 changes: 0 additions & 4 deletions site/pages/components/tag.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Tags have a number of props to facilitate a variety of uses:
If true, the Tag will render the disabled state of the style preset. If an
href is also passed, the Tag will not open the provided href on click.
</Prop>
<Prop name="loading" type="boolean" default={false}>
If true, this will cause the Tag to render the loading state of the style
preset.
</Prop>
<Prop name="overrides" type="object">
If provided, overrides the respective presets for the component and provided
elements. Here are the overrides that the Tag accepts:
Expand Down
Loading