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
| (() => ({ | |
| name: 'Fetch', | |
| icon: 'DataTable', | |
| category: 'DATA', | |
| type: 'ROW', | |
| allowedTypes: [], | |
| orientation: 'HORIZONTAL', | |
| jsx: ( | |
| <div className={classes.root}> | |
| {(() => { |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <script src="https://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js"></script> | |
| </head> | |
| <body> | |
| <div id="app"> |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| .button { | |
| display: inline-block; | |
| background-color: blue; | |
| color: white; | |
| padding: 10px 15px; | |
| } | |
| .button-modifier { |
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
| /** | |
| * Google+ iOS icon touch-screen button | |
| */ | |
| button, input { | |
| margin: 0; | |
| padding: 0; | |
| border: 0; | |
| } | |
| .btn { | |
| background-color: rgb(219, 74, 57); |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: url("http://www.chhaonline.com/history/Pacific%20Coast/JackAfflerbaugh.jpg"); |
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
| /** | |
| * Voorbeeldje om te laten zien wat box-sizing: border-box doet | |
| */ | |
| .voorbeeld1, .voorbeeld2 { | |
| height: 150px; | |
| width: 150px; | |
| margin: 20px auto; | |
| padding: 20px; | |
| border: 1px solid black | |
| } |
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
| /** | |
| * Tamp | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Faster+One); | |
| #wrapper { | |
| background: #0B243B; | |
| height: 100px; | |
| text-align: center; |
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
| /** | |
| * Tamp | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Faster+One); | |
| /** | |
| * #00FFFF > #FF00BF > #BF00FF > #FF8000 | |
| */ |
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
| /** | |
| * Tamp | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Faster+One); | |
| /** | |
| * #00FFFF > #FF00BF > #BF00FF > #FF8000 | |
| */ |
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
| /** | |
| * Sticky footer layout example | |
| */ | |
| html, body { | |
| height: 100%; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body { |
NewerOlder