20.46.6 • Published 29 days ago

@vr33ni/table-stenciljs v20.46.6

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

Stencil Web Component - Table based on AG Grid

About The Project

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.

Built With

Stencil web components

Project structure

Overall structure

The repository has a monorepo architecture using Lerna.


Getting Started

Prerequisites


General usage of web components

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


Local development

Installation

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

Build Storybook

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

Start Storybook

To run storybook locally (automatically rebuilds on changes), run:

yarn/npm run storybook

Contributing

  • 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