
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@salesforce/bt-cards-component-example
Advanced tools
A component-xxx is a read-only element used to do xxx. Use component-xxx to help. Explain what your component does.
See Loom video
Let's start by installing component-xxx as a dependency of your project with npm or directly the component .copy and past npm package here
the component directly.
This component is a shipped LWC version. That will be run inside a scratch org. Component is composed of the following components:
component-xxx.html | This is the html view of the component wrapped around the template tag. |
---|---|
component-xxx.css | The CSS file specific to component-xxx only. It does not include the styles for it's parent sds-badge. c360-badge extends from sds-badge |
component-xxx.ts | This is a LWC specific function. This can be used for adding logic for both the css/html and at the same time apex logic |
component-xxx.xml | This file is required if you are planning on deploying component-xxx to a scratch org. |
This would be under shipped components. |
Run the following component
npm i @help/component-xxx |
---|
/* myComponent.css */ @import "@salesforce-ux/c360-styling-hooks/dist/hooks.custom-props.css"; |
---|
/* myComponent.js */ import "@salesforce-ux/c360-styling-hooks/dist/hooks.custom-props.css"; import C360Badge from "@salesforce-ux/c360-badge/dist/badge"; window.customElements.define('c360-badge', C360Badge); |
---|
Attribute | Type | Default Value | Description |
---|---|---|---|
type | status/product/default/transparent | empty | Set the type of the badge |
value | success/analytics/red | empty | Set the appropriate state of the badge based on type. Refer below table |
Type | Value |
---|---|
status | success/error/warning |
product | analytics/service/platform/sales/industry/commerce/employees/learning/experience/work |
default/transparent | red/pink/violet/purple/indigo/blue/cloud-blue/teal/green/yellow/orange/ hot-orange |
Answer the following questions? Is this an interactive element? As component-xxx is an interactive/non-interactive element, this is not by default focusable by keyboard. Please use appropriate tabindex besides role attribute to make them accessible for keyboard interaction.
Extras
If you noticed something wrong with the component please feel free to make changes to it. However this change will note override the base component. There will be approval needed for this component.
Note: If you make changes more than once to the component ensure you package the component and classify the component as either Patch MINOR or Major when running lerna bootstrap.
Currently the support for these components is the creator: e.g. Damilare Olowoniyi ( Add Slack Link ). **
Please contact #bt-design-bpg-storybooks
If you have any question about this component.
https://www.chromatic.com/docs/circleci
Documentation other CI tools:
FAQs
This is a cards component.
The npm package @salesforce/bt-cards-component-example receives a total of 3 weekly downloads. As such, @salesforce/bt-cards-component-example popularity was classified as not popular.
We found that @salesforce/bt-cards-component-example demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 51 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.