The Fonteva Design Guide is a Salesforce Lightning Web Component (LWC) library providing reusable UI components and design tokens for building Fonteva applications. Based on npm metadata version 1.1.97-17, this is a pre-1.0 package with frequent releases. It is specific to Salesforce ecosystems using SFDX and LWC, with no formal changelog or migration guide. Key differentiators: built for the Salesforce platform, tight integration with Fonteva app cloud, and designed for LWC development.
npm install fonteva-design-guideNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use a Fonteva LWC button component and import a design token from the library in a Salesforce LWC setup.
Pin to a specific version and test upgrades thoroughly.
Use custom labels or iframe for strict isolation if conflicts arise.
Use import syntax or dynamic import in a module context.
Create .d.ts files for used symbols or use JSDoc for type hints.
Run `npm install fonteva-design-guide` and check import paths (subpath imports require explicit module resolution).
Use the component as <c-fdv-button></c-fdv-button> in your HTML template, not via JS import.