@HERE - Use Development Branch For All Work And For Creating PR. DO NOT USE MASTER FOR ANY KIND OF WORK.
This is a project for building a standalone Web Component using Stencil.
Stencil is a compiler for building fast web apps using Web Components.
Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.
Stencil components are just Web Components, so they work in any major framework or with no framework at all.
The goal of this project is to build off of the the design library with common UX standards and improve the library as much as possible.
CLick Here for DEMO/User Guide
To Contribute, clone this repo to a new directory: - @HERE - Use Development Branch For All Work And For Creating PR.
DO NOT USE MASTER FOR ANY KIND OF WORK.
git clone git url
cd cut
and run:
npm install
npm start
To run the unit tests for the components, run:
npm test
Need help? Check out our docs here.
When creating new component tags, we recommend use cut-wc
in the component name (ex: <cut-wc-component-name>
).