4.0.0 • Published 10 months ago

grafa-web-component v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

#Grafa-web-components

Introduction

Simple web component to load the news list on different platforms. These components can be used on multiple JS frameworks.

Installation

npm install graffa-web-components

or

yarn add graffa-web-components

Installation Dependency Package

npm install --save web-component

or

yarn add web-component

Usage

import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js';

import "grafa-web-components/dist";

Main Component

component to load all the components all together.

Other components

  • grid-components
  • blogs-grid
    • Excepts a parameter ContentId - content ID to fetch the detail
  • blogs-list
  • popup-component
    • Excepts a parameter ContentId - content ID to fetch the detail

License

MIT