cf-component-progress
Cloudflare Progress Component
Installation
Installation with yarn is recommended
$ yarn add cf-component-progress
Usage
import React from 'react';import Progress from 'cf-component-progress'; Component { ; thisstate = activeStep: 'foo' ; } { this; } { return <Progress = = = /> ; } ;