Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Meteor: Full-Stack Web Application Development

You're reading from   Meteor: Full-Stack Web Application Development Rapidly build web apps with Meteor

Arrow left icon
Product type Course
Published in Nov 2016
Publisher Packt
ISBN-13 9781787287754
Length 685 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Fabian Vogelsteller Fabian Vogelsteller
Author Profile Icon Fabian Vogelsteller
Fabian Vogelsteller
Marcelo Reyna Marcelo Reyna
Author Profile Icon Marcelo Reyna
Marcelo Reyna
Arrow right icon
View More author details
Toc

Chapter 3. Building Great User Interfaces

In this chapter, we will cover the following topics:

  • Inserting templates with Spacebars
  • Inserting raw HTML using triple braces
  • Creating dynamic lists
  • Building a smooth interface with Bootstrap
  • Creating customized global helpers
  • Creating custom components
  • Using reactivity with HTML attributes
  • Using dynamic templates
  • Animating DOM elements

Introduction

Like everything else in Meteor, UI development is designed to be simple, elegant, and powerful. With just a few imperative commands, you can create sophisticated and dynamic user interfaces, significantly speeding up your prototyping/wireframing efforts.

The recipes in this chapter will walk you through the most common UI- and template-building techniques, which will form the foundation for your Meteor apps moving forward.

Inserting templates with Spacebars

Spacebars is Meteor's templating language. All Document Object Model (DOM) elements in Meteor are created programmatically using Meteor&apos...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image