@sikka/tawila

1.4.2 • Public • Published

Tawila

Custom Table Component

NPM NPM JavaScript Style Guide

Install

npm install --save @sikka/tawila

Usage

import React, { Component } from 'react'

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

class Example extends Component {
  render() {
    return (
      <CustomTable
        rowKeys={
          [
            // array of objects
            // documenting in progress
          ]
        }
        dataColumns={
          [
            // documenting in progress
          ]
        }
      />
    )
  }
}

License

MIT © SIKKA SOFTWARE

Readme

Keywords

none

Package Sidebar

Install

npm i @sikka/tawila

Weekly Downloads

0

Version

1.4.2

License

MIT

Unpacked Size

105 kB

Total Files

7

Last publish

Collaborators

  • mansoursikka
  • zaaakher