📄 play¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 6 |
| 💠 JSX Elements | 6 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/website/src/pages/play.tsx
📦 Imports¶
| Name | Source |
|---|---|
BrowserOnly |
@docusaurus/BrowserOnly |
Loader |
@site/src/components/layout/Loader |
Layout |
@theme/Layout |
lazy |
react |
Suspense |
react |
React |
react |
JSX Elements¶
| Component | Type | Props | Children |
|---|---|---|---|
Layout |
component | description="Playground", noFooter={true}, title="Playground" | |
BrowserOnly |
component | fallback={ |
{(): React.JSX.Element => { return ( |
Loader |
component | none | none |
Suspense |
component | fallback={ |
|
Loader |
component | none | none |
Playground |
component | none | none |
Functions¶
Play(): React.JSX.Element¶
Returns: React.JSX.Element
Code
Generated by Syntax Scribe