Commbocc / hc-water-days-restrictions

https://commbocc.github.io/hc-water-days-restrictions/dist/HcWaterDaysRestrictions.umd.min.js
0 stars 0 forks source link

Modernize Find My Watering Days & Restrictions Tool #4

Open JordanPisani opened 2 years ago

JordanPisani commented 2 years ago

RE: https://www.hillsboroughcounty.org/en/residents/property-owners-and-renters/water-and-sewer/find-my-watering-days-restrictions

mccarthyk commented 2 years ago

I'm looking into Vue web components to keep the bulk of the app within the Sitecore WYSIWYG. Example:

<hc-water-restrictions> <!-- Search Form --> </hc-water-restrictions>

<hc-water-restrictions-slot name="yearRound">
  <p>Year Round</p>
</hc-water-restrictions-slot>

<hc-water-restrictions-slot name="southCounty">
  <p>South County</p>
</hc-water-restrictions-slot>

<hc-water-restrictions-slot name="incorporated">
  <p>Incorporated</p>
</hc-water-restrictions-slot>

<script type="module" src="/src/hc-water-restrictions.es.js"></script>