Getting Started
Installation
You can install Bolt via this quick deploy button
Deploy to Salesforce
Or by cloning locally the git repository
git clone https://github.com/brtheo/boltage.gitBasic Usage
Once installed, you can start importing mixins or utilities in your LWC from the c/boltage component.
import { ... } from 'c/boltage';Next steps
- Work with a Salesforce record in my LWC useRecordFields
- Work with an SObject definition in my LWC useSObject
- Easily bind data to a
<lighting-combobox>or<lightning-radio-group>component comboboxify - Quickly create reusable modals createModal
- And more …