New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@code.gov/code-gov-style

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code.gov/code-gov-style - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

12

components/inputs.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc