UNPKG

@pearson-components/features-list

Version:

Takes structured JSON payload and renders titled list of paragraphs with optional labeled HTML launch button and related image.

9 lines (6 loc) 177 B
/*global require, module*/ 'use strict'; // bundled styling require('./main.scss'); window.$featureComponent = require('./src/js/featureComponent'); window.$featureData = {};