An OSS version of lightning button with no dependencies
Tries to stick to standards (onclick
) or Salesforce's API (variant
)
<lwc-button
variant="brand"
label="Download"
title="Begins the download"
onclick={handleClick}>
</lwc-button>
Salesforce's lightning-button