Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
406 stars 97 forks source link

Unable to add any CSS to Dropzone attribute #170

Open Ketan2008 opened 2 weeks ago

Ketan2008 commented 2 weeks ago

In below code from Demo project, Class and ItemWrapperClass are not present, unable add any css to Dropzone

<Dropzone Class="flex-container" Items="Items" ItemWrapperClass="@(item => "flex-item")">

@context
</Dropzone>