Skip to content

An addition to the prefix and postfix form helpers in Foundation 5

License

Notifications You must be signed in to change notification settings

dylantmarsh/foundation-midfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

foundation-midfix

An addition to the prefix and postfix form helpers in Foundation 5. Doesn't get much easier than that...

midfix

<div class="row">
  <div class="large-5 columns">
    <div class="row collapse">
      <label>Date Range</label>
      <div class="small-5 columns">
        <input type="text" placeholder="Start Date" />
      </div>
      <div class="small-2 columns">
        <span class="midfix">to</span>
      </div>
      <div class="small-5 columns">
        <input type="text" placeholder="End Date" />
      </div>
    </div>
  </div>
</div>

About

An addition to the prefix and postfix form helpers in Foundation 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages