custom-webcomponents-sarluv
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Built With Stencil

Custom Web Components

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

Getting Started

To start building a new web component using Stencil, clone this repo to a new directory:

git clone https://github.com/alansarluv/custom-webcomponents.git custom-webcomponent
cd custom-webcomponent

and run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Naming Components

All the custom components tags use prefix cwc- in the component name (ex: <cwc-datepicker>). cwc- means custom-webcomponents

List Components

  1. Digital clock
  2. Tooltip
  3. Progress bar
  4. Sidebar

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i custom-webcomponents-sarluv

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    225 kB

    Total Files

    41

    Last publish

    Collaborators

    • alansarluv