Skip to content

Commit

Permalink
feat(ktabs): reskin component [KHCP-9003] (#1914)
Browse files Browse the repository at this point in the history
* feat(ktabs): reskin component [KHCP-9003]

* docs(ktabs): update component docs [KHCP-9003]

* fix(ktabs): text colors [KHCP-9003]

* fix(ktabs): use anchor tag for tab link [KHCP-9003]

* fix(ktabs): minor styling tweak [KHCP-9003]

* fix(ktabs): add transition property [KHCP-9003]

* fix(ktabs): address PR feedback

Co-authored-by: Adam DeHaven <[email protected]>

* fix(ktabs): address PR feedback [KHCP-9003]

* fix: minor fix [KHCP-9003]

* fix(ktabs): address PR feedback [KHCP-9003]

* fix(sandbox): fix router example [KHCP-9003]

* docs: minor update [KHCP-9003]

* fix(ktabs): address PR feedback [KHCP-9003]

* fix(ktabs): address PR feedback [KHCP-9003]

* fix(ktabs): add overflow x [KHCP-9003]

---------

Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
portikM and adamdehaven authored Jan 8, 2024
1 parent 338e53c commit 66d5d28
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 318 deletions.
2 changes: 1 addition & 1 deletion cli/template/docs/Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Actual component using examplePropName

## Events

- `@changed` - Emitted when...
- `@change` - Emitted when...

<script lang="ts">
import { defineComponent } from 'vue'
Expand Down
Loading

0 comments on commit 66d5d28

Please sign in to comment.