Skip to content

Instantly share code, notes, and snippets.

View andreloureiro's full-sized avatar

André Loureiro andreloureiro

  • Sao Paulo, Brazil
View GitHub Profile
import xs from 'xstream'
// import TeamList from '../components/TeamList'
import {button, div, ul, li, p} from '@cycle/dom'
const fakeData = [
{
name: 'Maine Road FC',
points: 40,
players: [
{
@andreloureiro
andreloureiro / esnextbin.md
Created November 23, 2016 22:11
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created November 24, 2016 14:51
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Last active November 24, 2016 15:54
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 2, 2016 12:50
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 4, 2016 15:00
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 20, 2016 09:13
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 21, 2016 15:00
esnextbin sketch
@andreloureiro
andreloureiro / README.md
Last active January 29, 2019 15:56
SCRIPT-8
<html>
<head>
<script type="module" src="../src/mnml-card/index.js"></script>
<script type="module" src="../src/mnml-card-title/index.js"></script>
<script type="module" src="../src/mnml-card-content/index.js"></script>
<script type="module" src="../src/mnml-card-actions/index.js"></script>
<script type="module" src="../src/mnml-card-image/index.js"></script>
<script type="module" src="../src/mnml-button/index.js"></script>