UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

10 lines 210 B
{{#markdown}} ```html <form> <div class="row collapse"> <span class="your-prefix-class">Label</span> <input type="text" class="your-input-class" placeholder="Value"> </div> </form> ``` {{/markdown}}