Skip to content
Learn Netverks

Lesson

Step 26/36 72% through track

input-button-groups

Input and button groups

Last reviewed Jun 1, 2026 Content v20260601
Track mode
iframe_html
Means
HTML preview sandbox
Reading
~1 min
Level
intermediate

This lesson

This lesson teaches Input and button groups—the ideas, syntax, and habits you need before moving on in Foundation.

Foundation skills help when you inherit marketing sites built on Zurb’s grid system.

You will apply Input and button groups in contexts like: Large marketing sites, email-adjacent layouts, and legacy responsive redesigns.

Read the lesson, edit HTML/CSS in the playground, press Run to preview, then answer the lesson MCQs.

Toward the end of the track—use it to consolidate patterns before the capstone or summary lessons.

Input groups fuse prefixes, suffixes, and action buttons with a text field. Wrap siblings in input-group: static text uses input-group-label, the field uses input-group-field, and buttons live in input-group-button.

Button groups

button-group clusters related actions (segmented filters, toolbar controls). Use expanded on one button when it should fill remaining space in a bar layout.

When to stop

One primary action per group keeps tab order predictable. Complex pickers (date ranges, tag chips) deserve a dedicated component—not five addons glued to one input.

Self-check

  1. Which class wraps the actual text input in a group?
  2. Where does a search submit button belong?
  3. When is an input group the wrong pattern?

Interview tip Lesson completion confidence

Can you explain this lesson in 30 seconds without reading notes?

Not saved yet.

Playground

Runs in your browser in a sandboxed frame. Backend runners appear when this track’s profile allows them.

Check yourself

Multiple choice — immediate feedback.

Discussion

Past discussion is visible to everyone. Only logged-in users can post comments and replies.

Starter discussion topics

  • Grouped inputs use case?
  • Button group a11y?

Sign up or log in to post comments and sync lesson progress across devices.

No discussion yet. Be the first to ask a question.

Jump