Skip to content

Commit

Permalink
docs: delete ugly spaces in progressstep comp
Browse files Browse the repository at this point in the history
  • Loading branch information
YulyGP committed Jan 12, 2021
1 parent fa7e588 commit ebf2854
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ProgressStep/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# The basic ProgressStep
##### This example represents a progress step with a simple style and functionality,
##### where the user can move between steps using the Back/Next buttons.
##### This example represents a progress step with a simple style and functionality, where the user can move between steps using the Back/Next buttons.

```js
import React, { useState } from 'react';
Expand Down Expand Up @@ -88,8 +87,7 @@ const SimpleProgressStep = () => {
```

# ProgressStep with label
##### You can show a label on each step to keep the user informed of where they currently are
##### within the process or task. You can do so by using the `label` prop.
##### You can show a label on each step to keep the user informed of where they currently are within the process or task. You can do so by using the `label` prop.

```js
import React, { useState } from 'react';
Expand Down

0 comments on commit ebf2854

Please sign in to comment.