Sergiu Cazac
Sergiu Cazac
Hello, I have an issue when trying to use this package while also using the NelmioApiDocBundle. I have this configuration: ``` * @SWG\Get( * path="/account", * summary="Gets account", * @SWG\Response(...
Hey, First of all thanks for the great tool, I like it a lot and use in a pretty big project. My question is, is it possible to do the...
I have taken the time and migrated the project to Vue 3. The functionality is mostly intact as only dependency upgrades and the necessary migration refactoring were performed. Here's what...
The UiSlider's marker text is now showing correctly in the docs because the .page class has `line-height: 1.6`. When used in a project with different line heights the marker text...
In some projects, we have different font sets and sometimes they don't include the 600 font-weight. By making this change we make it flexible to configure this using a global...
It is nice to have tooltips when the type of the tab is "icon".
Hey contributors and maintainers, Now that Vue.js 3 is released and stable, are there plans to upgrade Keen UI to support Vue.js 3? I know that the plan was initially...
#So I am working on a project which will be embedded in other sites (a browser extension can be an example but it's a bit different), where I wouldn't want...
I tried to experiment a little with building with vite so we can get rid of webpack. There was a bit of complication with the lib build as vite does...
The reason for this is that in Vue 3 we are required to use for slots and it creates a lot of boilerplate code for the UiTab component when it...