Component-based Development
  • Welcome!
  • What you will build
  • Chapter 1
    • Local Setup
  • Chapter 2
    • Drupal theme and Front-End Tools
  • Chapter 3
    • Components architecture
    • Best practices
    • Drupal attributes
    • Twig embeds
  • Chapter 4
    • Building Components
      • Eyebrow
      • Heading
      • Button
      • Components Variations
      • Movie Card
      • Drupal Libraries
      • Featured Movie
      • Movie Card Collection
      • Movie List
      • Other components
  • Chapter 5
    • Building the back-end
      • Taxonomy
      • Image Styles
      • Content Types
      • View
      • Paragraph Type
  • Chapter 6
    • Integrating components
      • Movie Card
      • Featured Movie
      • Movie Card Collection
      • Movie List
      • Movie full display
  • Chapter 7
    • Resources
Powered by GitBook
On this page

Was this helpful?

  1. Chapter 4
  2. Building Components

Other components

In the interest of time, there are several other components we will not build during this workshop. These are simple components which follow the same principles as the ones we have built and they are already included in nitflex_dev_theme .

Here's a list of the pre-built components.

  • Add to favorite: Allows us to add movies to our playlist.

  • Average rating: Allows us to rate movies from 1 - 5.

  • Body text: A simple pattern to render plain text.

  • Branding: Site's logo.

  • Icons: Icons system for our theme.

  • and MPAA rating: To rate movies using mpaa rating (i.e. PG-13).

PreviousMovie ListNextBuilding the back-end

Last updated 6 years ago

Was this helpful?