Skip to content

Commit

Permalink
feat(natds-react): change subtittle on docs
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 b637b4c commit 74c11f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/react/src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import StoryContainer from '../../helpers/StoryContainer'

const componentStatus = `
## Config
> Buttons allow users to take actions, and make choices, with a single tap.
## Properties
| Property | Values | Status |
|--- | ---| ---|
| **variant** | contained, outlined, text | ✅ Available |
Expand All @@ -21,7 +23,7 @@ export default {
title: 'Components/Button',
component: Button,
parameters: {
componentSubtitle: 'Buttons allow users to take actions, and make choices, with a single tap',
componentSubtitle: '',
docs: { description: { component: componentStatus } },
actions: { argTypesRegex: '^on.*' }
}
Expand Down
5 changes: 4 additions & 1 deletion packages/react/src/components/Snackbar/Snackbar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import Button from '../Button'
import Icon from '../Icon'

const componentStatus = `
## Config
> Snackbar component is used for instant notifications
## Properties
| Property | Values | Status |
|--- | ---| ---|
| **variant** | Standard | ✅ Available |
Expand Down

0 comments on commit 74c11f8

Please sign in to comment.