0.0.155 • Published 8 years ago

ramatrix v0.0.155

Weekly downloads
16
License
MIT
Repository
github
Last release
8 years ago

Stories in Ready

Ramatrix (React Availability Matrix)

A react component to gather a user's hourly availability.

Install

npm install ramatrix --save

Usage within a React component

import Ramatrix from 'ramatrix';

// call this function when you want to get the matrix data
getMatrixData () {
  console.log(this._myMatrix.getData()); // "{"7AMTh":true,"8AMTh":true.....
}

render () {
  return (
    <Ramatrix ref={(c) => this._myMatrix = c}/>
  );
}

Customizable options

Props can be passed for data and styling customization

militaryTime - boolean (true/false) | default - false

  • Will display hours from 0 - 23 or 12AM - 12PM

containerStyle - reactStyling object | default - display: inline-block;

  • styling that will be applied to outer container

cellWidth - reactStyling object | default - 65px

  • width that will be applied to individual cells

SSS1

Contribute/Development

Simply run npm install and npm run dev from the root of the project. This will run webpack-dev-server on port 8080.

0.0.155

8 years ago

0.0.154

8 years ago

0.0.152

8 years ago

0.0.151

8 years ago

0.0.15

8 years ago

0.0.149

8 years ago

0.0.148

8 years ago

0.0.147

8 years ago

0.0.146

8 years ago

0.0.145

8 years ago

0.0.144

8 years ago

0.0.143

8 years ago

0.0.142

8 years ago

0.0.140

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.1

8 years ago