1.1.1 • Published 3 years ago

join-react-widgets v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

join-react-widgets

NPM JavaScript Style Guide

Install

npm install --save join-react-widgets

Usage

import React, { Component } from 'react';
import JoinWidget from 'join-react-widgets';

class Example extends Component {
  render() {
    return <JoinWidget teamId="join-demo" alias="join-stories-default-all" />
  }
}

### Props

Propdescriptiondefault
teamIdWidgets teamId.'join-demo'
aliasWidgets alias.'join-stories-default-all'
limitLimit number of stories to display.10
sortBySort Method.'desc'
borderColorsColors to generate the gradient for borders.'#0A78E3', '#0ADAE3'
innerColorThe color of the inner border.'black'
skeletonColorThe color of the skeleton elements.'#313132'
spacingSpace between stories.5
labelsStyleStyle object for labels.{}
sizeSize a bullet.100
outerBorderSizeSize of the outer border.2
innerBorderSizeSize of the inner border.2
1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago