Skip to content

Commit

Permalink
docs(): documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
denivladislav committed Dec 19, 2024
1 parent e1d27be commit 9dc27df
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style=\{{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down
19 changes: 19 additions & 0 deletions website/plasma-b2c-docs/docs/components/Attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style={{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down
19 changes: 19 additions & 0 deletions website/plasma-web-docs/docs/components/Attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style={{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down
19 changes: 19 additions & 0 deletions website/sdds-cs-docs/docs/components/Attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style={{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down
19 changes: 19 additions & 0 deletions website/sdds-dfa-docs/docs/components/Attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style={{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down
19 changes: 19 additions & 0 deletions website/sdds-insol-docs/docs/components/Attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style={{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down
19 changes: 19 additions & 0 deletions website/sdds-serv-docs/docs/components/Attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div style={{ padding: "1rem" }}>
<Attach helperTextView="default" helperText="Подсказка" />
<Attach helperTextView="negative" helperText="Подсказка" />
</div>
);
}
```

### Вид кнопки
С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.

Expand Down

0 comments on commit 9dc27df

Please sign in to comment.