@pipeos/react-pipeos-components

0.0.4 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @pipeos/react-pipeos-components

Weekly Downloads

6

Version

0.0.4

License

MIT

Unpacked Size

49.1 kB

Total Files

6

Last publish

Collaborators

  • loredanacirstea