UNPKG

react-bootstrap-stepper

Version:

Horizontal stepper with react and bootstrap 4

2 lines 116 B
module.exports.area = radius => Math.PI * radius * radius module.exports.perimeter = radius => 2 * Math.PI * radius