@salesforce-ux/slds-button-icon-stateful
v0.2.12
Published
Button Icon Stateful component. This component has a child component of button icon component.
Downloads
23
Readme
Getting Started
About
The button icon stateful component for the Salesforce Lightning Design system.
Installation
npm i @salesforce-ux/slds-button-icon-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-icon-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.