Skip to content

Commit

Permalink
feat(natds-react): add brand to doc button
Browse files Browse the repository at this point in the history
affects: @naturacosmeticos/natds-react
DSY-3753
  • Loading branch information
vagnerbarbosant committed Sep 26, 2023
1 parent 63df90c commit 2d16ae8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions packages/react/src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ const componentStatus = `
> Buttons allow users to take actions, and make choices, with a single tap.
## Properties
| Property | Values | Status |
|--- | ---| ---|
| **variant** | contained, outlined, text | ✅ Available |
| **textTranform** | uppercase, lowercase, capitalize | ✅ Available |
| **size** | semi, semiX, medium | ✅ Available |
| **iconName** | 'icon_name' | ✅ Available |
| **disabled** | true, false | ✅ Available |
| **fullWidth** | true, false | ✅ Available |
| Property | Values | Status |
|--- | ---| ---|
| **variant** | contained, outlined, text | ✅ Available |
| **textTranform** | uppercase, lowercase, capitalize | ✅ Available |
| **size** | semi, semiX, medium | ✅ Available |
| **iconName** | 'icon_name' | ✅ Available |
| **disabled** | true, false | ✅ Available |
| **fullWidth** | true, false | ✅ Available |
| **brand** | aesop, avon, avon_v2, natura <br /> consultoriaDeBeleza, natura_v2, casaEestilo | ✅ Available |
## Technical Usages Examples
`
Expand Down

0 comments on commit 2d16ae8

Please sign in to comment.