-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Progress): Add value option, to just show the value in the bar (#…
…2383) * add value option, to just show the value of the bar * Fix Linting errors * adding new prop value to TS * progress of type percent is the default * Update Progress-test.js * style(Progress): styling fixed and doc example
- Loading branch information
1 parent
81f3888
commit 380cf90
Showing
5 changed files
with
32 additions
and
11 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
docs/app/Examples/modules/Progress/Content/ProgressExampleProgressValue.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import React from 'react' | ||
import { Progress } from 'semantic-ui-react' | ||
|
||
const ProgressExampleProgressValue = () => ( | ||
<Progress progress='value' value={35} /> | ||
) | ||
|
||
export default ProgressExampleProgressValue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters