diff --git a/packages/plasma-new-hope/src/components/Attach/Attach.template-doc.mdx b/packages/plasma-new-hope/src/components/Attach/Attach.template-doc.mdx index 00336b2689..756f4c8376 100644 --- a/packages/plasma-new-hope/src/components/Attach/Attach.template-doc.mdx +++ b/packages/plasma-new-hope/src/components/Attach/Attach.template-doc.mdx @@ -11,6 +11,25 @@ import { PropsTable, Description } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/{{ package }}'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой. diff --git a/website/plasma-b2c-docs/docs/components/Attach.mdx b/website/plasma-b2c-docs/docs/components/Attach.mdx index b1d48a47ed..85fdd8865f 100644 --- a/website/plasma-b2c-docs/docs/components/Attach.mdx +++ b/website/plasma-b2c-docs/docs/components/Attach.mdx @@ -12,6 +12,25 @@ import { PropsTable, Description, StorybookLink } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/plasma-b2c'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой. diff --git a/website/plasma-web-docs/docs/components/Attach.mdx b/website/plasma-web-docs/docs/components/Attach.mdx index a3b321afd9..354a711eba 100644 --- a/website/plasma-web-docs/docs/components/Attach.mdx +++ b/website/plasma-web-docs/docs/components/Attach.mdx @@ -12,6 +12,25 @@ import { PropsTable, Description, StorybookLink } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/plasma-web'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой. diff --git a/website/sdds-cs-docs/docs/components/Attach.mdx b/website/sdds-cs-docs/docs/components/Attach.mdx index a608a4dd44..a31c7303c7 100644 --- a/website/sdds-cs-docs/docs/components/Attach.mdx +++ b/website/sdds-cs-docs/docs/components/Attach.mdx @@ -11,6 +11,25 @@ import { PropsTable, Description } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/sdds-cs'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой. diff --git a/website/sdds-dfa-docs/docs/components/Attach.mdx b/website/sdds-dfa-docs/docs/components/Attach.mdx index 856f9e1143..a336f5292a 100644 --- a/website/sdds-dfa-docs/docs/components/Attach.mdx +++ b/website/sdds-dfa-docs/docs/components/Attach.mdx @@ -11,6 +11,25 @@ import { PropsTable, Description } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/sdds-dfa'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой. diff --git a/website/sdds-insol-docs/docs/components/Attach.mdx b/website/sdds-insol-docs/docs/components/Attach.mdx index 2f9dbbabdf..48fd09d563 100644 --- a/website/sdds-insol-docs/docs/components/Attach.mdx +++ b/website/sdds-insol-docs/docs/components/Attach.mdx @@ -11,6 +11,25 @@ import { PropsTable, Description } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/sdds-insol'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой. diff --git a/website/sdds-serv-docs/docs/components/Attach.mdx b/website/sdds-serv-docs/docs/components/Attach.mdx index 37a3a867ec..20bf9a91fa 100644 --- a/website/sdds-serv-docs/docs/components/Attach.mdx +++ b/website/sdds-serv-docs/docs/components/Attach.mdx @@ -11,6 +11,25 @@ import { PropsTable, Description } from '@site/src/components'; ## Примеры +### Подсказка к кнопке +Вид `helperText` задается с помощью свойства `helperTextView`. Возможные значения свойства: ++ `"default"` – по умолчанию; ++ `"negative"` – ошибка. + +```tsx live +import React from 'react'; +import { Attach } from '@salutejs/sdds-serv'; + +export function App() { + return ( +
+ + +
+ ); +} +``` + ### Вид кнопки С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.