SiddiquiImran
SiddiquiImran
This is a (multiple allowed): * [x] enhancement * [x] feature-discussion (RFC) Hi, Is there any plan to indroduce ios blur effect for nav bar and tab bar? ### Expected...
Hi, Can we have a setting to define direction to slide like horizontal as well as vertical?
### Reproduction Link await Post('my method name', JSON.stringify(my param)) .then(response => { console.log('response: ', response) if (Helper.IsValid(response, true)) { // code need to fire } }, response => { console.log('error...
Hi, Have created node js API project where i have used this library but i was getting this error when starting the docker: 
Hi All, can we have min height and width parameters as in some case it's not possible to give exact size
Hi, https://jsfiddle.net/ezyx4uos/ https://jsfiddle.net/sorxn2zb/ shows only two bars and in wrong positions.
findFirst ( tree, 'children', { name8: ?} ) OR findFirst ( tree, 'children', { ?: name8} )
 have installed docker on windows 10 system and after that when i try to use make up command i am getting this error
Hi, Have tried integrating this library in my project Line, bar chart is working fine. How to integrate gauge chart? new Chartist.Pie('.ct-chart', { series: [20, 10, 30, 40] }, {...