made with esnextbin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: [ | |
| { |
made with esnextbin
made with esnextbin
made with esnextbin
made with esnextbin
made with esnextbin
made with esnextbin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |