Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Jun 1, 2021
1 parent e9d9f9d commit b6b74d0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@

Usage example:

```svelte
<Slidy keyExtractor={(item,index)=>item.id+index+uid()} />
```
```svelte
<Slidy keyExtractor={(item,index)=>item.id+index+uid()} />
```

or

```svelte
<Slidy keyExtractor={(item)=>item.id.toString()} />
```
```svelte
<Slidy keyExtractor={(item)=>item.id.toString()} />
```

- New props - timeout: 0 `Number` - set timeout to `slidyinit: true` - like
exanple time for spinner
Expand Down

0 comments on commit b6b74d0

Please sign in to comment.