Closed ryanelian closed 5 years ago
Add this to README to allow developers to add the library static assets without the extra library:
<script src="_content/BlazorDateRangePicker/clickAndPositionHandler.js"></script> <link rel="stylesheet" href="_content/BlazorDateRangePicker/daterangepicker.min.css" />
On side note, the EmbeddedBlazorContent library is creative but it only works if the project explicitly add the static files as Embedded Resource. (e.g. it doesn't work with https://github.com/SteveSandersonMS/BlazorInputFile library)
Add this to README to allow developers to add the library static assets without the extra library:
On side note, the EmbeddedBlazorContent library is creative but it only works if the project explicitly add the static files as Embedded Resource. (e.g. it doesn't work with https://github.com/SteveSandersonMS/BlazorInputFile library)