Skip to content

Commit

Permalink
refactor: docks for hint changed [WTEL-4461]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Apr 19, 2024
1 parent 146333a commit ab497cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 45 deletions.
13 changes: 9 additions & 4 deletions docs/pages/webitel-ui/components/wt-hint/Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<script setup>
import Docs from './wt-hint-docs.vue';
import ExampleHint from './examples/example-hint.vue';
</script>

# WtHint

## Props
::: raw
<Docs/>
:::

| Prop | Type | Default | Code | Description |
|-------------------|----------|---------|-------------------------------------------------------|--------------------------|
| iconColor | String | 'info' | `<wt-hint :iconColor="'info'">{{ hint }}</wt-hint>` | Prop for hint icon color |
## Slots

| Name | Scope | Description |
|------------|---------------------------------------------------------------------------------------|----------------------|
| default | | Default content slot |

## Example Hint
::: raw
Expand Down
39 changes: 0 additions & 39 deletions docs/pages/webitel-ui/components/wt-hint/wt-hint-docs.vue

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab497cb

Please sign in to comment.