Skip to content

Commit

Permalink
Change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cedcn committed Oct 28, 2019
1 parent 8c396c7 commit 3f6798e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#dragresize
# dragresize

A ReactJS component to render a dragresize layer.
##Installation

## Installation

Install dragresize with [npm](https://www.npmjs.com/):

```
Expand All @@ -13,14 +16,17 @@ For [CommonJS](http://wiki.commonjs.org/wiki/CommonJS) users:
import Dragresize from "dragresize";
```

##Example
## Example

Run:

```console
$ npm install; npm start
```

##Props
[![Edit example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/Cedcn/dragresize-react/tree/master/example?fontsize=14)

## Props

| Name | Type | default | Description |
| ------------- | ---------- | ------- | ------------------------------- |
Expand Down

0 comments on commit 3f6798e

Please sign in to comment.