Krishuthapa

Results 4 issues of Krishuthapa

I am using vaadin router in LitELement. I have a vaadin upload component on one page. While uploading the content, if by mistakenly I change the route. In that case,...

I have used paper-dropdown-menu inside paper dialog and at first when i open the page displaying it in full screen the position of paper-item container is where its supposed to...

``` static get styles(){ return [ css` .flex { @apply --layout-horizontal; }`] } render(){ return html` Duration This Month Last 6 Months ` } ``` How can I set the...

### Description Cannot set vertical margin between the items in the iron-list. I have used iron-list in LitElement which contains the array of a custom component. ``` ``` I want...