bulmil icon indicating copy to clipboard operation
bulmil copied to clipboard

:lipstick: A agnostic UI components library based on Web Components, made with Bulma & Stencil.

Results 4 bulmil issues
Sort by recently updated
recently updated
newest added

I was wondering if it would be possible to extend the Nuxt router, maybe in [nuxt-stencil](https://github.com/Gomah/nuxt-stencil), similar to the following implementation in [Ionic Vue](https://github.com/ModusCreateOrg/ionic-vue) so the Nuxt Router could be...

At the moment, Bulmil is using bulma's scss variables ([bulma-scss](https://github.com/j1mc/bulma-scss)) to style stencil components. However, as components are built & then distributed, it becomes impossible to customize the styles dynamically....

When trying to test the react application example and after running below commands $: git clone https://github.com/gomah/bulmil $: cd bulmil/examples/react $: npm install below error is thrown: ``` npm ERR!...

Hi. I very appreciate your work. But you put peerDependency react@"16.12.0" for last versions of @bulmil/[email protected] and 0.35.0, while I see react 18.0.15 in dev dependencies. It's in deep conflict...