Bilux

Results 17 issues of Bilux

The link for demo site was not working. You should fix the link in the "About" section too.

The tabindex variable is of a number type (it should be fixed in all components?) Add href to link attributes to get rid of "< ! -- svelte-ignore a11y-missing-attribute --...

After clicking the Hamburger button and expanding the SideNav, The class "bx--side-nav__overlay-active" is not activated if the window width is bigger than 1056, even after changing expansionBreakpoint to 1584.

flagship

Hello, I have used this: http://carbon-for-ibm-dotcom.mybluemix.net/guidelines/right-to-left/ and this: https://www.ibm.com/standards/carbon/react/?path=/story/overview-enable-right-to-left-rtl--page To add support for RTL, but some components doesn't work correctly, like `SideNav`. Is there something I'm missing ?

svelte-forms-lib throw this error message in sveltekit : TypeError: Cannot read properties of null (reading 'name') We should check element before handling change event.

Hello, I want to know what is the best approach to set (or return) headers (cookies to be exact) through helix resolver in **SvelteKit**? After use login I need to...

question

### Clear and concise description of the problem The current package releases are a bit slow for development. ### Suggested solution Automate `Nightly` or `Beta` releases using github actions. ###...

feature request

Hello @airamrguez this is create work, Will there be a capacitor version ?

### Question The `sverdle` is not working in the electron compiled example (`/examples/sveltekit-app/src/routes/sverdle`). Is it because we uese the `adapter-static` ? How can we use the `adapter-node` ?