1.0.5 • Published 1 year ago

infinity-modules-danielk21-ingunn19 v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Getting Started with Infinity Modules

This project was made for Web Programming II (T-427-WEPO) course at Reykjavik University, spring 2023

Contributers are danielk21 and ingunn19

Available Components

Modal

A floating dialog box. This component should reieve as props:

  • isOpen : boolean
  • onClose : func

Carousel

Basic image slider. This component should reieve as props:

  • images : array
  • size : 'small', 'medium', 'large'

Row

Contains Col. This component should reieve as props:

  • children : node

Col

Should reside within a Row. This component should reieve as props:

  • size : number

DatePicker

Visual component where you pick a date. This component should reieve as props:

  • onDatePick : func
  • locale : 'en-En', 'de-De', 'ko-KO', etc.

CartoonNetworkSpinner

Washer which spins in an even interval and every time it spins it displays a new image of characters from Cartoon Network. This component should reieve as props:

  • interval : number (seconds)
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago