0.4.10 • Published 3 years ago

@salesforce-ux/slds-button-stateful v0.4.10

Weekly downloads
-
License
SEE LICENSE IN RE...
Repository
-
Last release
3 years ago

Getting Started

About

The button stateful component for the Salesforce Lightning Design system.

Installation

npm i @salesforce-ux/slds-button-stateful

Usage

Lightning Web Component

Import the CSS

After installation, you need to import the component's CSS into your LWC component module. To do this, use the @import CSS syntax within the CSS file of your component module.

/* myComponent.css */
@import '@salesforce-ux/slds-button/dist/button-stateful.compiled.css'

The *.compiled.css files in the /dist folder have all the component's dependencies rolled up into one file. If you choose to import your modules explicitly, you should the *.css files in the /dist folder.

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.1

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.4.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago