Dmitry Borody
Dmitry Borody
@skyksandr Hi, running in the same problem and I'd REALLY appreciate if you could share you solution! **This auto-correction behavior is quite annoying, I wish there was a way to...
Really looking forward to a v2 version! Keep up the great work
Sorry, is there something that blocks merging this PR? I'd love to have this functionality for my project!
I'd very much appreciate this feature, along with round joins. 👍 @spite Thanks for creating this library! It's been super-helpful and inspiring. Just in case you have some ideas how...
Thanks for sharing that! In my case, I only need MeshLine to render 2d lines, so I ended up doing some post-processing with Canvas API to achieve rounded ends: -...
Me too! I'd love this option for both CRA and Next.js.
same problem with Vite bundler
@Phrosh your approach worked like a charm in my CRA app. Struggling to make it work for a NextJS app though... 🤔
## Easy way to switch themes dynamically Found a very easy way to switch themes dynamically, without messing with Webpack. ### TL;DR: - in your main LESS file, use scoped...
Update: unfortunately, the approach above breaks in a few places, e.g. for Dropdown: ```less // from Dropdown/styles/common.less & &-menu { position: absolute; // dropdown-menu zindex value is greater than dropdown-toggle...