LittleSaya
LittleSaya
I think it would add some flexibility if actions' icon can be processed by function.
## Is your feature request related to a problem? Please describe. I use automa to help myself testing my application, the app has several teams and several roles. I need...
**Describe the bug** When using `Button` like this: ```svelte import '../app.css'; let { children } = $props(); import Button, { Label } from '@smui/button'; sss {@render children()} ``` I get...