@scarmel/zds-experimental
v0.1.48
Published
ZDS Experimental Package
Readme
Zuora Design System
ZDS is an atomic design library written in Stencil.js. Because it uses the native web components, ZDS works in any framework, or no framework at all. See the Stencil.js framework integration documentation for integration instructions.
Getting Started
Setup
npm installBuild Distribution
npm run buildBuild Distribution and Basic Doc Site (If updated components or usages. New components need a usage.md for basic doc site to work.)
npm run build-docsRun Local Doc Site (Simple Jekyll site to hold basic documentation generated from usage markdown files in component source.)
npm run dev-docsRun Local Stencil JS Site (Just an index html page for basic component debug)
npm run devInstall the ZDS library into your project.
npm install @scarmel/zds-experimental