Skip to content

vikashruhilgit/cut-ui

Repository files navigation

@HERE - Use Development Branch For All Work And For Creating PR. DO NOT USE MASTER FOR ANY KIND OF WORK.

Custom UX Toolkit - (CUT)

This is a project for building a standalone Web Component using Stencil.

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.

Overview

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.

Using the Library/Guide/Demo

CLick Here for DEMO/User Guide

Getting Started/Contribution

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.

Must Have Guidelines:

Naming Components

When creating new component tags, we recommend use cut-wc in the component name (ex: <cut-wc-component-name>).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published