Sn3llius
Sn3llius
### Description A `MarkdownEditor` is a user interface element that allows users to write and format text using the Markdown markup language. Markdown editors enable users to easily create formatted...
### Description: The current `wrap` parameter of `rio.Text` combines two functionalities: wrapping text and ellipsizing text when it reaches the end of the line. This combination is confusing and should...
### Description Currently, the `Revealer` component is only collapsible when clicking on the first row, where the revealer sign is located. To improve the user experience, it would be beneficial...
I really like the new **component tree dev tool**. After using it to check some components I wrote six months ago and updating them, I thought of a cool feature:...
It would be beneficial to have the ability to select a range in a `Slider`. I'm uncertain whether this functionality should be integrated into the existing rio.Slider() or if it...
It would be beneficial to enhance the `rio.Slider` component by introducing an additional attribute called `anchor?`. This attribute will accept a Literal type with values "left" or "right", defaulting to...
A feature to easily store the state of a widget as settings. This functionality would allow users to save the current state of widgets, so that they can be restored...
### Describe the bug Shadows applied to `Rectangles` in `Rows`/`Columns` are cut off when custom proportions are set. This issue affects the visual display of shadows for rectangular shapes, causing...
For consistency, add a hover height effect for `Card's` similar to the one in the `Rectangle` component. Same as for Rectangle: e.g. shadow_radius=3
It would be great to have an option to darken the background when displaying a `Popup`, similar to how it's done for `Dialogs`.