Results 41 issues of jer3m01

https://react-spectrum.adobe.com/react-aria/Meter.html

SolidHack

https://www.radix-ui.com/primitives/docs/components/navigation-menu

`@kobalte/dates` ### Calendar - [x] base impl - [x] intl - [ ] html form support - [ ] doc - [ ] tests ### RangeCalendar - [x] base impl...

### Describe The Problem To Be Solved reactively use location hash ### Suggest A Solution ```ts const locationHash = useLocationHash(); createEffect(() => { console.log(locationHash()); // => '#' + string });...

enhancement
PRs welcome

Here's a few tricks to make component syntax shorter: ```jsx {translateText("favourite")} {translateText("favourite")} {translateText("favourite")} // is equal to {translateText("favourite")} {translateText("favourite")} ``` https://docs.solidjs.com/reference/components/show ```jsx ... ... ... // can be replaced by...

When navigating using keyboard only in `clear`, you can't tell where the focus is. Every interact-able component (including scrollable lists) should have a `:focus` of `:focus-visible` style, either the same...