0.0.4 • Published 5 years ago

@pipeos/react-pipeos-components v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@pipeos/react-pipeos-components

NPM JavaScript Style Guide

Install

npm install --save @pipeos/react-pipeos-components

Usage

import React, { Component } from 'react'

import PclassList from '@pipeos/react-pipeos-components'

class Example extends Component {
  render () {
    const buttons = {
      header: [],
      contentItem: [
        {
          callback: () => {},
          icon: {
            type: 'MaterialCommunityIcons',
            name: 'import',
          }
        }
      ],
    }

    return (
      <PclassList
        data={treedata}
        buttons={buttons}
        styles={props.styles}
        pfunctionColor={this.pfunctionColor}
      />
    )
  }
}

License

MIT © loredanacirstea

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago