Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Nov 19, 2023
1 parent 7813b97 commit 21afb61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
![Share buttons screenshot](example.png)

### Features
## Install

```shell
npm install react-share
```

## Features

- no external script loading, i.e. no dependencies on SDKs
- supports tree shaking with ES modules
Expand Down Expand Up @@ -45,20 +51,14 @@
- social media icons included in the library
- supports also custom icons

#### Demo
## Demo

- [Deployed demo](https://npm-react-share-demo.netlify.app) (from [`./demo`](./demo/))

- [Codesandbox example](https://codesandbox.io/p/sandbox/react-share-demo-474q4k)

- Locally: clone the repository and run `npm install && npm run demo`.

## Install

```shell
npm install react-share
```

## React compatibility

| Version | Compatible React versions |
Expand Down

0 comments on commit 21afb61

Please sign in to comment.