qupaya / sketch

A headless UI library for Angular.
MIT License
5 stars 0 forks source link

Add default close button to dialog when on Angular 18 #29

Open EeveeInGaa opened 4 months ago

EeveeInGaa commented 4 months ago

add this to ng-content default:

      <button title="Close">
        <img src="../../../assets/cross.svg" alt="Close Button Icon" />
      </button>