Skip to content

Commit

Permalink
feat: remove carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Apr 10, 2024
1 parent 233b971 commit 25bd3e7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 356 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default defineConfig({
items: [
{ text: 'Avatar', link: '/components/avatar' },
{ text: 'Card', link: '/components/card' },
{ text: 'Carousel', link: '/components/carousel' },
{ text: 'List', link: '/components/list' },
{ text: 'Table', link: '/components/table' },
],
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
background: revert;
}
}
.vp-doc .r-card:not(.r-dialog__card, .r-popover__content, .r-carousel-item > .r-card) {
.vp-doc .r-card:not(.r-dialog__card, .r-popover__content) {
margin: 16px 0;
p {
margin: 0;
Expand Down
187 changes: 0 additions & 187 deletions docs/components/carousel.md

This file was deleted.

77 changes: 0 additions & 77 deletions src/carousel/carousel-item.vue

This file was deleted.

79 changes: 0 additions & 79 deletions src/carousel/index.vue

This file was deleted.

9 changes: 0 additions & 9 deletions src/carousel/utils.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ export { default as RAvatar } from './avatar/index.vue'
export { default as RBadge } from './badge/index.vue'
export { default as RButton } from './button/index.vue'
export { default as RCard } from './card/index.vue'
export { default as RCarousel } from './carousel/index.vue'
export { default as RCarouselItem } from './carousel/carousel-item.vue'
export { default as RCheckbox } from './checkbox/index.vue'
export { default as RCheckboxGroup } from './checkbox/checkbox-group.vue'
export { default as RColorPicker } from './color-picker/index.vue'
Expand Down

0 comments on commit 25bd3e7

Please sign in to comment.