Skip to content

Commit

Permalink
added gif to md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreya Tiwari committed Nov 15, 2019
1 parent 4caa78d commit 9e6324c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@

<p align="center"><h2 align="center">Swipeable Tabs</h2></p>

Easy to incorporate Tabs Component for React, where tabs can be switched by swiping across the screen, as well as the conventional clicking on tab names.
Easy to incorporate and highly customizable Tabs Component for React, where tabs can be switched by swiping across the screen, as well as the conventional clicking on tab names way. Supports all types of devices.

<div align="center">
<img src="https://media.giphy.com/media/fAatVk286W3DlYt1yq/giphy.gif" height="100px" width="100px">
</div>

## Getting Started

### Prerequisites

Following Peer Dependencies are required for using this library:

- react: ^16.8.0
- @emotion/core: ^10.0.17,
- @emotion/styled: ^10.0.17,
- <b>react</b>: ^16.8.0
- <b>@emotion/core</b>: ^10.0.17,
- <b>@emotion/styled</b>: ^10.0.17,

### Installation

Expand All @@ -34,9 +38,8 @@ yarn add @tarragon/swipeable-tabs

### Examples

Checkout the basic usage <a href="https://codesandbox.io/s/swipeable-tabs-default-t6fim">here</a>.

Various customisations can be added to the component like <a href="https://codesandbox.io/s/swipable-tabs-demo-0wpzm">this</a>.
Checkout the basic usage <a href="https://codesandbox.io/s/swipeable-tabs-default-t6fim">here</a>.<br/>
Various customisations can also be added to the component like <a href="https://codesandbox.io/s/swipable-tabs-demo-0wpzm">this</a>.

### Quick Usage

Expand Down

0 comments on commit 9e6324c

Please sign in to comment.