Add article image

This commit is contained in:
Jeremy Thomas
2017-07-29 14:38:45 +01:00
parent 93b7fb2fd4
commit 13d6def032
8 changed files with 259 additions and 32 deletions

View File

@@ -3,6 +3,9 @@ layout: post
title: "New field element (for better controls)"
published: true
introduction: "<p>The <code>.control</code> element has been a very versatile container for form controls. But it came at a cost: it was difficult to combine its <strong>block</strong> characteristics with its <strong>inline</strong> variations.</p>"
color: "success"
name: "Field element"
icon: "square-o"
---
**TL;DR: there's a new `.field` container, and `.control` has been re-purposed.**