An open API service indexing awesome lists of open source software.

https://github.com/compulim/react-component-template

My React component template
https://github.com/compulim/react-component-template

Last synced: 4 days ago
JSON representation

My React component template

Awesome Lists containing this project

README

        

# my-component

[![npm version](https://badge.fury.io/js/my-component.svg)](https://badge.fury.io/js/my-component) [![Build Status](https://travis-ci.org/compulim/my-component.svg?branch=master)](https://travis-ci.org/compulim/my-component)

This is my component.

This project scaffold can be found at [`compulim/react-component-template`](https://github.com/compulim/react-component-template).

# Demo

Try out the demo at https://compulim.github.io/my-component/.

# How to use

First, run `npm install my-component` for production build. Or run `npm install my-component@master` for latest development build.

```jsx
import MyComponent from 'my-component';

export default props =>

```

# Contributions

Like us? [Star](https://github.com/compulim/my-component/stargazers) us.

Want to make it better? [File](https://github.com/compulim/my-component/issues) us an issue.

Don't like something you see? [Submit](https://github.com/compulim/my-component/pulls) a pull request.