New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

join-react-widgets

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

join-react-widgets

Join widgets as a React component

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 02 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts