Git Product home page Git Product logo

react-stint's Introduction

react-stint

A port of timesheet.js. Create simple timelines with JavaScript.

react-stint

Install

Available via cjs (browserify or webpack). Install with npm:

npm install react-stint

Usage

Require it in your code, feed it your data, and render to the page:

var React = require('react');
var Timesheet = require('react-stint');

var data = [
  ["2002", "09/2002", "A freaking awesome time", "lorem"],
  ["06/2002", "09/2003", "Some great memories", "ipsum"],
  ["2003", "Had very bad luck"],
  ["10/2003", "2006", "At least had fun", "dolor"],
  ["02/2005", "05/2006", "Enjoyed those times as well", "ipsum"],
  ["07/2005", "09/2005", "Bad luck again", "default"],
  ["10/2005", "2008", "For a long time nothing happened", "dolor"],
  ["01/2008", "05/2009", "LOST Season #4", "lorem"],
  ["01/2009", "05/2009", "LOST Season #4", "lorem"],
  ["02/2010", "05/2010", "LOST Season #5", "lorem"],
  ["09/2008", "06/2010", "FRINGE #1 & #2", "ipsum"]
];

React.render(<Timesheet min={2002} max={2013} data={data} />;, document.body);

Examples

Get the repo:

git clone https://github.com/jaketrent/react-stint.git

Install dependencies:

cd react-stint
npm install

Run the dev server:

npm start

And check it out in a web browser:

open http://localhost:8080

Enjoy!

react-stint's People

Contributors

jaketrent avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

react-stint's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.