Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mysugr/spring-buttons

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysugr/spring-buttons - npm Package Compare versions

Comparing version 0.0.6 to 0.3.1

index.js

46

package.json
{
"version": "0.0.6",
"name": "@mysugr/spring-buttons",
"description": "A collection of buttons used for primary and secondary actions.",
"homepage": "https://spring.mysugr.com/",
"author": "mySugr",
"license": "",
"style": "build/build.css",
"sass": "index.scss",
"main": "build/index.js",
"spring": {
"category": "core",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
"build"
],
"repository": "",
"bugs": {
"url": ""
},
"scripts": {
"build": "../../script/npm-run spring-module-build index.scss",
"prepare": "npm run build"
},
"keywords": [
"spring",
"css",
"styles",
"mysugr",
"design-system",
"style-guide",
"buttons"
],
"dependencies": {
"@mysugr/spring-utilities": "^0.0.5"
}
"description": "",
"author": "Florian Eckerstorfer <florian.eckerstorfer@mysugr.com>",
"homepage": "https://mysugr.com/",
"repository": "https://github.com/mysugr/spring/tree/master/%40mysugr/spring",
"license": "UNLICENSED",
"scripts": {},
"version": "0.3.1",
"main": "index.js",
"gitHead": "9a2d457493faa79a1a7b280fd6c0bfa20488de26"
}

@@ -1,22 +0,3 @@

There are multiple button types…
# DEPRECATED
```html
<div class="btn-wrapper--bundle-us">
<a class="btn btn-lg btn-warning btn-warning--bundle-us shadow-bottom" data-drupal-link-position="header" data-drupal-selector="link-order-bundle">
Join now <span class="visible-xs-inline visible-sm-inline">for <span class="js-price--btn">$39.99</span></span>
</a>
</div>
```
Behaviour in different screen sizes…
```react
responsive: true
state: {clicked: 0}
---
<div class="btn-wrapper--bundle-us">
<a class="btn btn-lg btn-warning btn-warning--bundle-us shadow-bottom" data-drupal-link-position="header" data-drupal-selector="link-order-bundle">
Join now <span class="visible-xs-inline visible-sm-inline">for <span class="js-price--btn">$39.99</span></span>
</a>
</div>
```
> See @mysugr/spring-core
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