0.0.2 • Published 4 years ago
lwc-c360-subsystem v0.0.2
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';