lwc-c360-subsystem
v0.0.2
Published
This package acts as a wrapper for the [C360 Subsystem](https://github.com/salesforce-ux/c360-subsystem/), ensuring it is LWC-friendly.
Readme
LWC C360 Subsystem
This package acts as a wrapper for the C360 Subsystem, ensuring it is LWC-friendly.
To use it, install with npm install lwc-c360-subsystem and import.
import "lwc-c360-subsystem";@import "lwc-c360-subsystem";Or in LWC:
Add the import to your lwc.config.json:
{
"name": "lwc-c360-subsystem",
"path": "./node_modules/lwc-c360-subsystem/dist/index.css"
},And in your CSS:
@import 'lwc-c360-subsystem';