0.0.9 • Published 7 years ago

s-like v0.0.9

Weekly downloads
16
License
-
Repository
github
Last release
7 years ago

Solid Opinion like module

Installing

npm install s-like

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:

import React from 'react';
import Like from "s-like"; //import new component

let { Component } = React;

export default class Item extends Component {

  render() {
    return (
      <div>
        <Like/> //and then use it
      </div>
    );
  }
}
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago