Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit a41d0c7

Browse files
태재영Matt Goo
태재영
authored and
Matt Goo
committed
docs(linear-progress): bufferingDots's default value is true (#963)
1 parent aabe0c1 commit a41d0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/linear-progress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MyApp extends React.Component {
4444
Prop Name | Type | Description
4545
--- | --- | ---
4646
buffer | Number | Decimal value between 0 and 1, sets the buffer bar width
47-
bufferingDots | Boolean | Default `false`. Whether to show the buffer dots in the un-progressed section
47+
bufferingDots | Boolean | Default `true`. Whether to show the buffer dots in the un-progressed section
4848
className | String | Optional. Additional class names to add to the root component
4949
closed | Boolean | Default `false`. When changed to `true`, closes the component
5050
indeterminate | Boolean | Default `false`. When set to `true`, renders the indeterminate variant

0 commit comments

Comments
 (0)