# s-statistics

> solid opinion statistics module

Latest version **0.0.2** (published 2017-06-09) · 0 weekly downloads

## Install

```sh
npm install s-statistics
pnpm add s-statistics
yarn add s-statistics
bun add s-statistics
```

## 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.0.2 |
| Published | 2017-06-09 |
| First published | 2017-06-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | yes |
| Maintainers | atrofimov |
| Keywords | react, reactjs, react-component |

## Links

- npm: https://www.npmjs.com/package/s-statistics
- Repository: https://github.com/altrofimov/solid-opinion-statistics
- Homepage: https://github.com/altrofimov/solid-opinion-statistics#readme
- Issues: https://github.com/altrofimov/solid-opinion-statistics/issues
- npm.io page: https://npm.io/package/s-statistics

## Dependencies (3)

- [flux](https://npm.io/package/flux.md) ^3.1.2
- [react](https://npm.io/package/react.md) ~0.13.3
- [babel-runtime](https://npm.io/package/babel-runtime.md) ~5.8.20

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2017-06-09
- 0.0.1 — 2017-06-08

## README

# Solid Opinion statistics module

### Installing

```
npm install s-statistics
```

## Running the tests

This project uses Jasmine and Karma to run test. There are two commands available to do that. One to run all test suites only once:
```
npm run test
```
and one to run them and watch for changes:

```
npm run watch-test
```

## Usage
After installing put this component into your react code.
An example for .jsx file:

```javascript
import React from 'react';
import Statistics from "s-statistics"; //import new component

let { Component } = React;

export default class Item extends Component {

  render() {
    return (
      <div>
        <Statistics/> //and then use it
      </div>
    );
  }
}
```

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