Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foxysolutions/LWC-Style-Distributor

Style Distributor Component for Salesforce, where Sibling Event Structures are applied (PubSub and Lightning Messaging Service).
https://github.com/foxysolutions/LWC-Style-Distributor

css-variables events lightning-messaging-service lightning-web-components lwc pubsub salesforce style-distributor

Last synced: about 2 months ago
JSON representation

Style Distributor Component for Salesforce, where Sibling Event Structures are applied (PubSub and Lightning Messaging Service).

Awesome Lists containing this project

README

        

# LWC Style Distributor
Style Distributor Lightning Web Component for Salesforce.

On style change either/both a PubSub-event and/or Lightning-Message are published, for sibling components to listen to.

The component has been developed out of personal interest and learning and can be used without any cost,
as long as the original source is referenced.

Demo: http://lab.foxy-solutions.com/style-distributor

## Included techniques

- CSS Variables (incl. Javascript get and set)
- Pub Sub (incl. minor library extensions)
- Lightning Messaging Service
- Lightning Web Components
- Aura Component

## How to apply

### Pre-requisites

- Salesforce Org with MyDomain enabled (required for Lightning Components)

### How to set-up
1) Retrieve this GIT Repository locally
2) Deploy the full folder structure to your own Salesforce Org
3) Grant your profile access to the StyleDistributor Tab (Default On)
4) Visit the StyleDistributor Tab

## Screenshots

Style Distributor within Salesforce Lightning Experience - initial page load

![Initial screen](screenshots/StyleDistributor-InitialLoad.png)

Style Distributor within Salesforce Lightning Experience - Example changes
[_Changed color and font-size slider range (due to font-unit change); list of retrieved messages_]

![Events Example](screenshots/StyleDistributor-ExampleEvents.png)

Style Distributor Input parameters

![Input Configuration](screenshots/StyleDistributor-ConfigurableInput.png)