Skip to content

Commit ab162c5

Browse files
committed
docs(repo): Remove component table from README
1 parent c6e0e08 commit ab162c5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,6 @@ class MainPage(pn.Page):
6969
)
7070
```
7171

72-
### Available Components
73-
74-
| Component | Description |
75-
|---|---|
76-
| `Text` | Display text |
77-
| `Button` | Tappable button with `on_click` callback |
78-
| `Column` / `Row` | Vertical / horizontal layout containers |
79-
| `ScrollView` | Scrollable wrapper |
80-
| `TextInput` | Text entry field with `on_change` callback |
81-
| `Image` | Display images |
82-
| `Switch` | Toggle with `on_change` callback |
83-
| `ProgressBar` | Determinate progress (0.0–1.0) |
84-
| `ActivityIndicator` | Indeterminate loading spinner |
85-
| `WebView` | Embedded web content |
86-
| `Spacer` | Empty space |
87-
8872
## Documentation
8973

9074
Visit [docs.pythonnative.com](https://docs.pythonnative.com/) for the full documentation, including getting started guides, platform-specific instructions for Android and iOS, API reference, and working examples.

0 commit comments

Comments
 (0)