Getting Started
Installation
Section titled “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
Section titled “Basic Usage”Once installed, you can start importing mixins or utilities in your LWC from the c/boltage component.
import { ... } from 'c/boltage';Next steps
Section titled “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 …