Skip to content

sikka-software/tawila

Repository files navigation

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 git@github.com:sikka-software/tawila.git
cd tawila
  • run development server
npm run start
  • edit index.js

TESTING

git clone git@github.com:sikka-software/tawila.git
cd example
npm run start

License

MIT © SIKKA SOFTWARE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published