Skip to content

Commit

Permalink
fix: Step Input (#986)
Browse files Browse the repository at this point in the history
* feat(step-input):add step input component

* feat(step-input):renaming of css class name step input

* Fix(step-input): Redesign step-input using input group and button

* update visual tests

* fix: Refactor step input component, move unit-description to labels

* Update ref images

* update ref img

* Add documentation

* Add storybook

* Change step input docs

* Simplify code, change height of cozy mode, update reference image

* Improve storybook, add is-focus example

* Add not-focusable buttons inside step input

Co-authored-by: i505485 <manu.k.r@sap.com>
Co-authored-by: InnaAtanasova <i.atanasova@sap.com>
  • Loading branch information
3 people committed May 18, 2020
1 parent 6fce3c7 commit 5301d44
Show file tree
Hide file tree
Showing 28 changed files with 3,659 additions and 3,622 deletions.
6 changes: 6 additions & 0 deletions docs/_data/components.yml
Expand Up @@ -81,6 +81,12 @@
- title: Side Navigation
meta: side-navigation

- title: Status Indicators
meta: status-indicators

- title: Step Input
meta: step-input

- title: Switch
meta: switch

Expand Down
4 changes: 4 additions & 0 deletions docs/_data/sidebars/left-navigation-sidebar.yml
Expand Up @@ -212,6 +212,10 @@ entries:
url: /components/side-navigation.html
output: web

- title: Step Input
url: /components/step-input.html
output: web

- title: Switch
url: /components/switch.html
output: web
Expand Down

0 comments on commit 5301d44

Please sign in to comment.