@code.gov/code-gov-style
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -18,9 +18,13 @@ --- | ||
# Input with Search Icon | ||
Just add the type `search` to the input and a search icon will appear | ||
# Input with Go Button | ||
Just add a button with the go class after the search input. | ||
<div class="banner"> | ||
<input type="search" placeholder="Search Thousands of Projects..."> | ||
<input placeholder="Search Thousands of Projects..."> | ||
<button class="go">Go</button> | ||
</div> | ||
``` | ||
<input type="search" placeholder="Search Thousands of Projects..."> | ||
<div class="banner"> | ||
<input placeholder="Search Thousands of Projects..."> | ||
<button class="go">Go</button> | ||
</div> | ||
``` | ||
@@ -27,0 +31,0 @@ |
{ | ||
"name": "@code.gov/code-gov-style", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Style for code.gov including buttons, banners, and cards. Inspired by and somewhat based on USWDS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
460924