design/_includes/filter.html
author ymh <ymh.work@gmail.com>
Mon, 08 Oct 2018 18:35:47 +0200
changeset 168 ea92f4fe783d
parent 115 b5d11572f1ed
permissions -rw-r--r--
- move SlateEditor and dependencies to its own folder - remove Immutable - remove redux-persist-immutable - remobe redux-immutable - update libraries - added tests on store manipulations (accessor and reducers)

<div class="filter mb-3">
	<form class="form-inline">
  
	<div class="form-group" style="flex-grow: 1;">
    <input type="text" class="form-control w-100" id="inputPassword2" placeholder="ex : tag:capacitation">
  </div>
  
	<button type="submit" class="btn btn-primary ml-2">filtrer</button>
	
	</form>
</div>