mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-11 08:10:29 -06:00
remove experimental tag from several components
This commit is contained in:
@@ -99,11 +99,6 @@ class Calendar(FundamentalComponent):
|
||||
on_change=self.on_value_change,
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
## Metadata
|
||||
|
||||
`experimental`: True
|
||||
"""
|
||||
|
||||
value: date
|
||||
|
||||
@@ -125,11 +125,6 @@ class MultiLineTextInput(KeyboardFocusableFundamentalComponent):
|
||||
on_change=self.on_value_change,
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
## Metadata
|
||||
|
||||
experimental: True
|
||||
"""
|
||||
|
||||
text: str = ""
|
||||
|
||||
@@ -125,10 +125,6 @@ class SwitcherBar(FundamentalComponent, t.Generic[T]):
|
||||
),
|
||||
)
|
||||
```
|
||||
|
||||
## Metadata
|
||||
|
||||
`experimental`: True
|
||||
"""
|
||||
|
||||
names: t.Sequence[str]
|
||||
|
||||
@@ -42,10 +42,6 @@ class Tooltip(FundamentalComponent):
|
||||
position="top",
|
||||
)
|
||||
```
|
||||
|
||||
## Metadata
|
||||
|
||||
`experimental`: True
|
||||
"""
|
||||
|
||||
anchor: rio.Component
|
||||
|
||||
Reference in New Issue
Block a user