Table of Contents
This repository contains an implementation of a Table component and it's Storybook sourcecode using Stencil web components.
Use it to build & run storybook and distribute the web component.
The repository has a monorepo architecture using Lerna.
Explore our currently available web components in Storybook. You will also find the code snippets needed to include them in your application.
https://vr33ni.github.io/table-stenciljs
git clone https://github.com/vr33ni/table-stenciljs.git
Install all the modules and dependencies listed on the package.json
file with:
yarn/npm install
To run Storybook to view and test the Stencil Web Component, you first need to export it as a static web app.
For building the application for the first time (to load fonts, assets and stylesheets) run:
yarn/npm run build:components
To run storybook locally (automatically rebuilds on changes), run:
yarn/npm run storybook
- Clone the repository
- Create an issue with a proper description (Naming convention: 'name-of-component: feature/bug')
- Create a pull request with a proper description
- Request a review