Skip to content

Commit

Permalink
Docs(web-react): Show Bordered Alert Feature Flag in Demo #DS-1156
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen authored and literat committed Mar 5, 2024
1 parent b5ff0f5 commit 5b448eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web-react/src/components/Alert/demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<DocsSection title="Alert Icons" stackAlignment="stretch">
<AlertIcons />
</DocsSection>
<div className="spirit-feature-alert-enable-bordered">
<DocsSection title="Feature Flag: Bordered Alert" stackAlignment="stretch">
<AlertColors />
</DocsSection>
</div>
</IconsProvider>
</React.StrictMode>,
);

0 comments on commit 5b448eb

Please sign in to comment.