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/bolt.git
Basic Usage
Once installed, you can start importing mixins or utilities in your LWC from the c/bolt
component.
import { ... } from 'c/bolt';
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 …