# anchor-pushstate

> Simple stateless virtual-dom element that will pushstate the href given

Latest version **0.1.0** (published 2016-04-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install anchor-pushstate
pnpm add anchor-pushstate
yarn add anchor-pushstate
bun add anchor-pushstate
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-04-20 |
| First published | 2016-04-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Chris Vickery |
| Maintainers | chrisinajar |
| Keywords | virtual-dom, pushstate, anchor, component, hyperscript, mercury |

## Links

- npm: https://www.npmjs.com/package/anchor-pushstate
- Repository: https://github.com/chrisinajar/anchor-pushstate
- Homepage: https://github.com/chrisinajar/anchor-pushstate#readme
- Issues: https://github.com/chrisinajar/anchor-pushstate/issues
- npm.io page: https://npm.io/package/anchor-pushstate

## Dependencies (4)

- [global](https://npm.io/package/global.md) ^4.3.0
- [value-event](https://npm.io/package/value-event.md) ^5.1.0
- [virtual-dom](https://npm.io/package/virtual-dom.md) ^2.1.1
- [observ-history](https://npm.io/package/observ-history.md) ^1.0.3

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2016-04-20

## README

# anchor-pushstate
Simple stateless virtual-dom element that will pushstate the href given.

## Installation

`npm install anchor-pushstate`

## Usage

```js
var h = require('virtual-dom/h');
var anchor = require('anchor-pushstate');

function render (state) {
  return h('div', [
    'Oh hey!',
    anchor({
      href: '/foo'
    }, [
      'Click here!'
    ])
  ]);
}
```

## Contributing

`npm run test`

# License
MIT

---
_Source: https://npm.io/package/anchor-pushstate · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
