1.0.1 • Published 5 years ago

react-component-collaborators v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

react-component-collaborators

react component

NPM JavaScript Style Guide

Open source project that I created as NPM package to practice React framework and TypeScript.

Is a highly customizable React component that display images with information that could be used to show clients in homepage or employees/team members.

You can check the Demo for easier implementation.

Install

npm install --save react-component-collaborators

Usage

import React, { Component } from 'react'
import { CollaboratorsList } from 'react-component-collaborators'
import { CardComplete } from 'react-component-collaborators'
import { CardMinimal } from 'react-component-collaborators'

class Example extends Component {
  render() {
    return (
      <CollaboratorsList
        collaboratorsArray={collaboratorsArray}
        listStyleObject={listStyleObject}
      >
        <CardComplete
          cardStyleObject={cardStyleObject}
          imagePosition={imagePosition}
        />
      </CollaboratorsList>
    )
  }
}

License

MIT © carlosdsv