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

button-back

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

button-back

Element to go to the previous page

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

<button-back>

Pipeline status Published on NPM MIT License

Element to go to the previous page

This element doesn't work like window.history.back() but compute a link from the given URL to go to the previous folder (or slash in the URL)

Install

Install with Yarn

Using Yarn

$ yarn add button-back

Install with NPM

Simple install
$ npm install button-back --save
Manual install

First, make sure you have Bower and Polymer CLI installed

$ npm install button-back --no-optional --save

Install with Bower

First, make sure you have Bower and Polymer CLI installed

$ bower install button-back --save
$ npm run-script analyze # if you need to watch the documentation

Usage

<button-back> need route provided by <app-location> or <app-route> to be notified when the route is modified

<app-location
	route="{{route}}"
	use-hash-as-path
></app-location>
<button-back
	route="{{route}}"
	use-hash-as-path
></button-back>

License

MIT Licence

Keywords

FAQs

Package last updated on 27 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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