@salesforce-ux/sds-input-radio

0.2.2 • Public • Published

Getting Started

About

The input-radio component for the Salesforce Design System.

Installation

npm i @salesforce-ux/sds-input-radio

Usage

Input-radio is only intended to be used as a child of input-radio-group.

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/sds-input-radio/dist/input-radio.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.

Decorate the HTML to match specification

Additionally, you will need to decorate the HTML of your LWC component template to have all the named part attributes in the component's specification.

Readme

Keywords

none

Package Sidebar

Install

npm i @salesforce-ux/sds-input-radio

Weekly Downloads

9

Version

0.2.2

License

SEE LICENSE IN README.md

Unpacked Size

113 kB

Total Files

21

Last publish

Collaborators

  • salesforce-ux