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

react-dice-roll

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dice-roll

A highly customizable dice roll package built in react.

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
206
-38.14%
Maintainers
1
Weekly downloads
 
Created
Source

react-dice-roll

A highly customizable dice roll package built in react.

Live Demo

Installation

Use the package manager yarn to install react-dice-roll.

yarn add react-dice-roll

or using npm

npm install react-dice-roll

Usage

import Dice from 'react-dice-roll';
<Dice onRoll={(value) => console.log(value)} />

Usage

PropTypeDefaultDescription
rollingTimenumber1000Rolling time for dice in milliseconds
onRoll(value) => void-Function which receives the values between 1 - 6 after the dice roll
triggersstring[]['click']Accepts an array of key strings which replaces the default trigger of dice roll onClick. Multiple key strings can be passed as an array including the click to use multiple triggers for dice roll key. eg: ['Enter', 'a', 'click']
defaultValuenumber (1-6)6Default value of the dice before rolling
sizenumber250Dimensions of the dice in pixels
soundstring-URL for the sound to play on dice roll
disabledboolean-Whether the dice is disabled or not
facesstring[]-Array of image urls for custom sides of the dice
faceBgstring-Custom background color for the dice face
placementtop-left, top-right, bottom-left, bottom-right-Placement of the device if put inside a relative positioned element
cheatValuenumber (1-6)-Cheat Value for the dice. If passed, dice will always roll to this value

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Keywords

dice

FAQs

Package last updated on 19 Jul 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