ft-interactive/ft-onwardjourney-riot

Name: ft-onwardjourney-riot

Owner: FT Interactive News

Description: Riot .tag for Onward Journey

Created: 2017-02-01 15:52:01.0

Updated: 2017-02-01 15:52:01.0

Pushed: 2017-06-23 14:40:39.0

Homepage: null

Size: 3

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ft-onwardjourney Riot tag

Adding Onward Journey to projects just got a whole lot easier.

ctype html>
l>
ead>
<title>Yay, it's Onward Journey Time!</title>
head>
ody>
<!-- place the custom tag anywhere inside the body -->
<ft-onwardjourney></ft-onwardjourney>

<!-- include the tag -->
<script type="riot/tag" src="onward-journey.tag"></script>

<!-- include riot.js -->
<script src="https://cdn.jsdelivr.net/riot/3.1/riot+compiler.min.js"></script>

<!-- mount the tag -->
<script>
  var onwardJourneyConfig = [
    { rows: 1, list: 'list/graphics' },
    { rows: 1, list: 'list/highlights' }
  ];
  riot.mount('ft-onwardjourney', onwardJourneyConfig);
</script>
body>
ml>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.