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 committed Mar 5, 2024
1 parent 35b5616 commit 3e073cd
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 3e073cd

Please sign in to comment.