shadcn-vue/apps/www/.vitepress/theme
Wasim Thoufiq 97c7417352
feat: add carousel component (#227)
* feat: create new carousel component with embala-carousel

* feat: create demos for the carousel component

* feat: add the default carousel component to the docs

* feat: add new-york styling for carousels

* feat: add more examples for spacing, size and options

* refactor: change ways to better pass the data to parent

* feat: add examples for carousel api handling

* feat: add example for using embla plugin

* chore: add carousel component doc to the table of contents

* feat: add focusability on carousel element

* fix: update docs

* chore: add docs for slot props

* feat: expose api for the parent component

* chore: include missing filenames

* chore: update embla carousel dependency versions

* chore: fix typescript error by getting the types from core package

* chore: prevent duplicate classes by using class as prop

* feat: use slot fallback content

so user could change navigation button icons

* fix: change attribute inheritance element

* chore: update www package.json `scripts`

update tsconfig exclude for the strict registry build

* refactor: fix embla-carousel types after v8.0.0-rc18

update embla deps

* chore: update @vue/tsconfig

* chore: run registry

* refactor: remove uneended ref

* fix: dependencies for embla missing

* docs: update carousel for optional plugin installation

---------

Co-authored-by: sadeghbarati <sadeghbaratiwork@gmail.com>
Co-authored-by: zernonia <zernonia@gmail.com>
2024-01-09 00:51:55 +08:00
..
components docs: update nuxt to allow manual module 2024-01-02 18:12:22 +08:00
composables feat: add style switcher 2023-09-08 14:51:54 +08:00
config feat: add carousel component (#227) 2024-01-09 00:51:55 +08:00
layout docs: prevent default browser behaviour with ctrl-k/j in useMagicKeys (#246) 2024-01-06 11:10:26 +03:30
plugins docs: fix component preview alias path (#150) 2023-11-04 21:07:41 +08:00
styles docs: add color-scheme (#193) 2023-12-01 10:33:53 +08:00
types feat: vitepress docs 2023-08-30 15:42:00 +08:00
utils add vue-tsc typecheck before build registry (#182) 2023-11-20 14:22:36 +03:30
index.ts feat: add themes (#32) 2023-09-08 12:11:59 +08:00
style.css docs: view transition api 2023-09-19 22:07:07 +08:00