1.0.13 • Published 6 years ago

cornerdash v1.0.13

Weekly downloads
36
License
-
Repository
github
Last release
6 years ago

Cornerdash npm version

The General purpose task manager

Cornerdash

Easy to deploy, easy to configure by any cornershop department that wants to start using the CS workflows.

Quick Start

  • Add cornerdash as a dependency into your project
{
  "name": "example project",
  "version": "0.1.0",
  "dependencies": {
    "cornerdash": "1.0.13",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "react-scripts": "1.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}
  • Use it in your project
import React from 'react';
import {Cornerdash, Tasks} from 'cornerdash';

const Example () =>
    <Cornerdash
      baseURL='http://localhost:8000/som/api'
      tasksEndpoint='v1/tasks'
      topLeft={<span/>}
      topRight={<span/>}
      main={<span/>}
    />
1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago