Lucas Larroche

Results 74 comments of Lucas Larroche

I would like to but TBH honest I'm a bit worried about the time needed for maintenance. I'm already a little overwhelmed by the maintenance of the library. I hope...

Hi @cara-tm, There is a PR in progress for a button group: #164 See my comment, I suggest using `role="group"`.

@KaKi87 There is a pull request in progress by @wenkm with this feature: #180

@wenkm, Thank you and sorry for the delay. I like the addition. I would prefer a proper custom property `data-placement` instead of `placement`. `placement` is working, but it's not really...

Thank you. What would be the HTML code for an admonition? It is same as an [alert](https://getbootstrap.com/docs/5.0/components/alerts/)? I try to stick to [official HTML Elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) and [ARIA Roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles) as much...

@RoyiAvital, I'm open to a pull request in [dev/](https://github.com/picocss/pico/tree/dev) for a [`role="alert"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role) component. ```HTML ``` For colors customization, I am thinking about integrating some SCSS mixins. It would be best...

Hi @jensenbox, Here is a link to a comment I made in another issue. https://github.com/picocss/pico/issues/19#issuecomment-881861597 > Icons could be a nice addition but are not exactly in the Pico spirit....

Hi @wenkm, Thank you for your changes and sorry for the delay. I greatly appreciate your contribution. I rebased your branch, made slight changes to the SCSS syntax, changed the...