Cory Rylan
Cory Rylan
Yeah thats on my road map. Probably over the next month or so it will be going under a refactor before calling it 1.0
@jovan-ivezic Great question! Yes it is functionally allowed to have custom HTML attributes. There are other tech that takes advantage of this like JS frameworks, Angular (`ng-*`), Aurelia (`attr.bind`) and...
@jovan-ivezic Thank you! :)
So using the offset like the second example doesn't seem to work? https://blueprintcss.io/docs/column-centering
Yeah agree it's not intuitive nor true centering. The offset works with CSS Grids `grid-column-start` so when we say `offset-5` we mean place the item at the start of the...
@steve-py96 thanks for the response, I'm going to leave this open to remind myself to add this as part of the docs.
certain components cause page performance issues by using separate event listeners for global events
Hmm yeah this is a little tricky because each component is its own entrypoint. I am not sure if for root will resolve from separate modules. I'll have to make...
Agree this would be a great improvement!
I did the same thing to get it working with my asp server. Used js to force a iframe update
Another example of where a test around detecting bubbling/non-bubbling events would be the use of [.NET Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor). I can use custom elements however Blazor only captures global or bubbled events....