Skip to content

Commit

Permalink
chore(demo): remove demo story
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Mar 24, 2021
1 parent ea59126 commit 02b6118
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions packages/react/src/components/CodeSnippet/CodeSnippet-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,26 +134,6 @@ const lightPropMessage = (
</small>
);

const snippetText = '<div> Hello World </div>';
export const demo = () => (
<div style={{ padding: '1rem' }}>
<br />
<CodeSnippet type="inline">{snippetText}</CodeSnippet>
<br />
<CodeSnippet type="single">{snippetText}</CodeSnippet>
<br />
<CodeSnippet type="multi">{snippetText}</CodeSnippet>
<br />
<CodeSnippet className="single-fix" type="single">
{snippetText}
</CodeSnippet>
<CodeSnippet className="inline-fix" type="inline">
{snippetText}
</CodeSnippet>
<br />
</div>
);

export const playground = () => (
<div className={props().light ? 'bx--tile' : ''}>
{props().light && lightPropMessage}
Expand Down

0 comments on commit 02b6118

Please sign in to comment.