jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
186 stars 34 forks source link

README: Add Non-EmbeddedBlazorContent Script Add Guide #4

Closed ryanelian closed 5 years ago

ryanelian commented 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)