📄 Feature¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 2 |
| 💠 JSX Elements | 3 |
| 📐 Interfaces | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/website/src/theme/MDXComponents/Feature.tsx
📦 Imports¶
| Name | Source |
|---|---|
React |
react |
styles |
./Feature.module.css |
JSX Elements¶
| Component | Type | Props | Children |
|---|---|---|---|
div |
element | className={styles.feature} | , |
div |
element | className={styles.emoji} | {emoji} |
p |
element | className={styles.children} | {children} |
Functions¶
Feature({ children, emoji }: FeatureProps): React.JSX.Element¶
Parameters:
{ children, emoji }FeatureProps
Returns: React.JSX.Element
Code
Interfaces¶
FeatureProps¶
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
children |
React.ReactNode |
✗ | not shown |
emoji |
string |
✗ | not shown |
Generated by Syntax Scribe