1.0.9 • Published 3 years ago

round-carousel v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

awesome-cards

Everyone needs a card for their project

NPM JavaScript Style Guide

Install

npm install --save awesome-cards

Usage

import React, { Component } from 'react'

import { RoundCarousel } from 'awesome-cards'
import 'awesome-cards/dist/index.css'

export const MyComponent = () => {
  const props = {
    /* see props section below */
  }

  return <RoundCarousel {...props} />
}

Props

PropDefault ValueTypeDescription
list[]arrayarray of objects with title, picture and text
width500pxstringcircule width
timer"2000"numbertime to pass from one picture to next picture
colorarray of 12 blue colorsarrayarray of 12 colors

License

MIT © rubenperezf

License

MIT © rubenperezf

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago