Skip to content

An OSS version of lightning-button with no dependencies

Notifications You must be signed in to change notification settings

jsmithdev/lwc-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LWC Button

An OSS version of lightning button with no dependencies

Consuming

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>

Resources

Salesforce's lightning-button