Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliano-Bucci committed Dec 7, 2020
1 parent 6e0e461 commit 953055d
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# react-spring-carousel
# react-spring-carousel-js

> A performant react-carousel powered by react-spring
> A performant React carousel component powered by react-spring.
[![NPM](https://img.shields.io/npm/v/react-spring-carousel.svg)](https://www.npmjs.com/package/react-spring-carousel-js) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![NPM](https://img.shields.io/bundlephobia/min/react-spring-carousel-js)](https://img.shields.io/bundlephobia/min/react-spring-carousel-js)
[![NPM](https://img.shields.io/npm/v/react-spring-carousel-js.svg)](https://www.npmjs.com/package/react-spring-carousel-js)
[![NPM](https://img.shields.io/bundlephobia/minzip/react-spring-carousel-js)](https://img.shields.io/bundlephobia/minzip/react-spring-carousel-js)

# Features

- **Hedless Carousel**: a part from some needed div's (which you can override and customize), you're in total control on how the carousel will appear, bringing your own UI.
- **Highly customizable**: you can control what to render on every carousel item (and on every thumb item as well!).
- **Complete API availability**: either from the main **hook**, or either importing the own Carousel context, you can control the Carousel from every component if you need to.

## Install

Expand Down
163 changes: 163 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<div>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td
valign="top"
style="padding: 0px 8px 0px 0px; vertical-align: top"
>
<img
alt="created with MySignature.io"
width="157"
style="
width: 157px;
max-width: 157px;
moz-border-radius: 0%;
khtml-border-radius: 0%;
o-border-radius: 0%;
webkit-border-radius: 0%;
ms-border-radius: 0%;
border-radius: 0%;
"
src="https://img.mysignature.io/p/e/0/d/e0dec955-7a04-59f6-b0bc-80c0c4de7e44.png?time=1607357364"
/>
</td>
<td
valign="top"
style="
font-size: 1em;
padding: 0px 15px 0px 8px;
vertical-align: top;
"
>
<table
cellspacing="0"
cellpadding="0"
border="0"
style="
font-family: Verdana, Geneva, sans-serif;
line-height: 1.4;
font-size: 90%;
color: rgb(0, 0, 1);
"
>
<tbody>
<tr>
<td>
<div
style="
font-size: 1.2em;
font-family: Verdana, Geneva, sans-serif;
color: rgb(0, 0, 1);
"
>
Arianna Rimoldi
</div>
</td>
</tr>
<tr>
<td style="padding: 4px 0px">
<div
style="
font-family: Verdana, Geneva, sans-serif;
color: rgb(0, 0, 1);
"
>
Milano | UPPER BEAST SIDE
</div>
</td>
</tr>
<tr>
<td>
<span
style="
font-family: Verdana, Geneva, sans-serif;
color: rgb(99, 204, 200);
"
>mobile:&nbsp;</span
>
<span
><a
href="tel:+393334940708"
style="
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
color: rgb(0, 0, 1);
"
>+393334940708</a
></span
>
</td>
</tr>
<tr>
<td>
<span
style="
font-family: Verdana, Geneva, sans-serif;
color: rgb(99, 204, 200);
"
>website:&nbsp;</span
>
<span style="font-family: Verdana, Geneva, sans-serif"
><a
href="http://www.upperbeastside.com/"
style="text-decoration: none; color: #000001"
target="_blank"
>www.upperbeastside.com</a
></span
>
</td>
</tr>
<tr>
<td>
<span
style="
font-family: Verdana, Geneva, sans-serif;
color: rgb(99, 204, 200);
"
>email:&nbsp;</span
>
<span
><a
href="mailto:[email protected]"
target="_blank"
style="
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
color: rgb(0, 0, 1);
"
>[email protected]</a
></span
>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td colspan="2" class="s_pixel">
<a href="https://mysignature.io/editor/?utm_source=freepixel"
><img
src="https://img.mysignature.io/pixel/1068949/signature/248613"
/></a>
</td>
</tr>
<tr>
<td style="line-height: 1px"><br /></td>
</tr>
</tbody>
</table>
</div>

0 comments on commit 953055d

Please sign in to comment.