bjossi-joe-infinity-modules

4.0.0 • Public • Published

InfinityModules

InfinityModules is a CSS module-based styling library that provides a range of components for your React projects. Inspired by MaterialUI and ReactBootstrap, it offers a versatile set of components that are easy to implement and customize.

Installation

npm install bjossi-joe-infinity-modules

Components

  1. Modal

A floating dialog component that can be opened and closed using provided props. Props

isOpen: boolean (default: false)
onClose: function
  1. Carousel

A basic image slider with two arrows (left and right) for navigation. Props

images: array of image URLs
size: 'small' | 'medium' | 'large' (default: 'medium')
  1. Row

A container for Col components. Props

children: ReactNode
  1. Col

A column component that resides within a Row. Up to twelve Col components with a combined size of 12 can be added per row. Props

size: number (default: 1)
  1. DatePicker

A visual date picker component similar to Material-UI Date Picker. Props

onDatePick: function
locale: string (default: 'is-IS')
  1. CartoonNetworkSpinner

A spinner component that cycles through Cartoon Network character images at a specified interval. Props

interval: number (representing seconds, default: 3)

Package Sidebar

Install

npm i bjossi-joe-infinity-modules

Weekly Downloads

1

Version

4.0.0

License

ISC

Unpacked Size

12.7 kB

Total Files

14

Last publish

Collaborators

  • freezyblanco