@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
33 lines (32 loc) • 651 B
JSON
{
"component": "setup-assistant",
"status": "prod",
"display-name": "Setup Assistant",
"classKey": "SetupAssistant",
"SLDS-component-path": "/components/setup-assistant",
"dependencies": [
{
"component": "step",
"classKey": "SetupAssistantStep"
}
],
"site-stories": [
{
"heading": "Base",
"path": "/__examples__/base.jsx"
},
{
"heading": "Step Progress Indicator",
"path": "/__examples__/step-progress.jsx"
},
{
"heading": "Expandable Steps",
"path": "/__examples__/hub-expandable-steps.jsx"
},
{
"heading": "With Card",
"path": "/__examples__/card.jsx"
}
],
"url-slug": "setup-assistant"
}