Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.14 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.14 KB

Tawila

Custom Table Component

NPM NPM JavaScript Style Guide

Install

npm install --save @sikka/tawila

Usage

import React from 'react'
import { CustomTable } from '@sikka/tawila'
import '@sikka/tawila/dist/index.css' //Still in progress

const Example = () => {
  return (
    <CustomTable
      // array of objects
      rowData={[]}
      // keys for columns
      dataColumns={[]}
    />
  )
}

Contributing

To contribute, clone this github repository and run the development server on the /example folder

  • clone repository
git clone [email protected]:sikka-software/tawila.git
cd tawila
  • run development server
npm run start
  • edit index.js

TESTING

git clone [email protected]:sikka-software/tawila.git
cd example
npm run start

License

MIT © SIKKA SOFTWARE