ng-elements-kit-bare-sample
v0.0.1
Published
Throwaway SAMPLE: Angular Elements as bare custom elements for a Figma Make kit PoC. Not for production use; no support; may be unpublished at any time.
Readme
ng-elements-kit-bare-sample
Throwaway proof-of-concept sample. Not for production use. No support. May be unpublished at any time.
An experiment: Angular (v20) components compiled to standard Web Components via Angular Elements (zoneless), shipped as bare custom elements (no React layer), packaged so an AI prototyping tool can import them as a design-system kit.
ng-elements-kit-bare-sample(root import, side effect) → registers<km-button>,<km-badge>,<km-checkbox>ng-elements-kit-bare-sample/styles→ self-contained stylesheet
Usage
import "ng-elements-kit-bare-sample";
import "ng-elements-kit-bare-sample/styles";
<km-button variant="primary">Save</km-button>
<km-badge variant="success">Ready</km-badge>
<km-checkbox checked="" />All attributes are strings; the kmCheckedChange CustomEvent needs a ref +
addEventListener in React. See guidelines/Guidelines.md for the full rules.
