remove experimental tag from several components

This commit is contained in:
Jakob Pinterits
2024-11-01 23:16:09 +01:00
parent d67149101e
commit df489dc377
4 changed files with 0 additions and 18 deletions

View File

@@ -99,11 +99,6 @@ class Calendar(FundamentalComponent):
on_change=self.on_value_change,
)
```
## Metadata
`experimental`: True
"""
value: date

View File

@@ -125,11 +125,6 @@ class MultiLineTextInput(KeyboardFocusableFundamentalComponent):
on_change=self.on_value_change,
)
```
## Metadata
experimental: True
"""
text: str = ""

View File

@@ -125,10 +125,6 @@ class SwitcherBar(FundamentalComponent, t.Generic[T]):
),
)
```
## Metadata
`experimental`: True
"""
names: t.Sequence[str]

View File

@@ -42,10 +42,6 @@ class Tooltip(FundamentalComponent):
position="top",
)
```
## Metadata
`experimental`: True
"""
anchor: rio.Component