gitmathub / stencil-components

Custom web component: Slider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stencil Custom Components

This project is based on the repository stencil-component-starter. It contains some custom components:

  • slider

Installation

git clone https://github.com/gitmathub/stencil-component.git
cd stencil-component
git remote rm origin

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

About

Custom web component: Slider

License:MIT License


Languages

Language:TypeScript 61.0%Language:CSS 16.9%Language:HTML 15.2%Language:SCSS 6.9%