Skip to content

Instantly share code, notes, and snippets.

@tyoshikawa1106
Created December 18, 2014 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyoshikawa1106/9f53b106aa9bed891593 to your computer and use it in GitHub Desktop.
Save tyoshikawa1106/9f53b106aa9bed891593 to your computer and use it in GitHub Desktop.
How to Lightning Components - Part 2: HelloWorld
<aura:application>
<devjp:LightningHelloWorldComponent />
</aura:application>
<aura:component>
<h1 class="largeFont">Hello World!!</h1>
<div>- How to Lightning Components -</div>
</aura:component>
.THIS {
margin: 10px;
padding: 5px;
border: solid 1px #000000;
background-color: #859BFC;
}
.THIS.largeFont {
font-size: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment