Getting Started
Installation
You can install Bolt via this quick deploy button
Deploy to Salesforce
Or by cloning locally the git repository
Basic Usage
Once installed, you can start importing mixins or utilities in your LWC from the c/bolt
component.
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 …