Skip to content

Commit

Permalink
[core] Add playground (mui#29423)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 9, 2021
1 parent dd08d6a commit 5c79f3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/coverage
/docs/.env.local
/docs/export
/docs/pages/playground.tsx
/examples/**/.cache
/packages/mui-codemod/lib
/packages/mui-envinfo/*.tgz
Expand Down
10 changes: 10 additions & 0 deletions docs/pages/playground.example.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import * as React from 'react';

export default function Playground() {
return (
<div>
A playground for a fast iteration development cycle. You can copy this file and name it{' '}
<code>playground.tsx</code>
</div>
);
}

0 comments on commit 5c79f3d

Please sign in to comment.