Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Add ProgressBar component #30

Merged
merged 1 commit into from
Sep 7, 2017
Merged

Add ProgressBar component #30

merged 1 commit into from
Sep 7, 2017

Conversation

ItsJonQ
Copy link
Contributor

@ItsJonQ ItsJonQ commented Sep 7, 2017

Add ProgressBar component

screen shot 2017-09-07 at 3 44 10 pm

This update adds a new ProgressBar component, complete with README and tests.

Example

<ProgressBar value={50} />

Props

Prop Type Description
onChange function Callback when component value updates. Returns value as percent.
size string Determines the size of the input.
value number/string Progress value to visualize in component.

Minor update: The className for the Animate component was renamed from animate to Animate.

Resolves: #25

This update adds a new ProgressBar component, complete with README and tests.

Minor update: The className for the Animate component was renamed from `animate` to `Animate`.
@ItsJonQ ItsJonQ self-assigned this Sep 7, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 2be214f on add-progress-bar into 1f4f9e7 on master.

@ItsJonQ ItsJonQ merged commit 4260ab9 into master Sep 7, 2017
@ItsJonQ ItsJonQ deleted the add-progress-bar branch September 11, 2017 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants