Skip to content

Commit

Permalink
feat(nps): add NPS component (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir78729 authored Oct 27, 2024
1 parent e9b6b06 commit b96a61c
Show file tree
Hide file tree
Showing 8 changed files with 6,555 additions and 7,528 deletions.
1 change: 1 addition & 0 deletions docs/dev/components/[component].md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import '../../../src/badge-wrapper';
import '../../../src/banner';
import '../../../src/base-button';
import '../../../src/bottom-navigation';
import '../../../src/nps';
import '../../../src/bottom-navigation-item';
import '../../../src/bottom-sheet';
import '../../../src/base-button';
Expand Down
7 changes: 7 additions & 0 deletions docs/dev/components/elements-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"max": 60
}
},
"tap-nps": {
"propertyDefaultValues": {
"value": 5,
"min": 0,
"max": 10
}
},
"tap-skeleton": {
"propertyDefaultValues": {
"width": "100px",
Expand Down
Loading

0 comments on commit b96a61c

Please sign in to comment.