mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
feat: add nav indicators wip wip wip fix: minor fixes fix: minor fixes fix: some refactor chore: update docs chore: update docs fix: remove slide component feat: create sl-carousel-item feat: code refactoring and improvements chore: update docs with more examples chore: fix docs feat: add autoplay feat: implement accessibility fix: change icons for rtl chore: minor change feat: improve accessibility fix: minor regression fix: minor regression chore: fix docs fix: improve accessibility and minor fixes fix: remove heading and refactor component chore: add custom style exmaple fix: address review commnets * Removed header from carousel * Added `ArrowUp` and `ArrowDown` in keyboard navigation * Added `--scroll-hint-margin` css property * Added an example with customized carousel layout * Fixed thumbnails navigation in demo * Renamed show-controls to show-arrows and updated the corresponding parts/css accordingly * Changed `activeSlideElement` getter to a private method * Changed pagination colors * Added `--slide-width` and `--slide-height` css properties chore: update docs fix: integrate latest repo changes fix: add aspect ratio and rebase chore: remove ignore path feat: multiple slides per page feat: multiple slide per page fix: various improvements chore: minor changes chore: minor changes chore: add bit of documentation chore: improve documentation fix: add unit tests and fix minor issues chore: update documentation and unit tests chore: update tests
103 lines
3.2 KiB
Markdown
103 lines
3.2 KiB
Markdown
- Getting Started
|
|
|
|
- [Overview](/)
|
|
- [Installation](/getting-started/installation)
|
|
- [Usage](/getting-started/usage)
|
|
- [Themes](/getting-started/themes)
|
|
- [Customizing](/getting-started/customizing)
|
|
- [Form Controls](/getting-started/form-controls)
|
|
- [Localization](/getting-started/localization)
|
|
|
|
- Frameworks
|
|
|
|
- [React](/frameworks/react)
|
|
- [Vue](/frameworks/vue)
|
|
- [Angular](/frameworks/angular)
|
|
|
|
- Resources
|
|
|
|
- [Community](/resources/community)
|
|
- [Accessibility](/resources/accessibility)
|
|
- [Contributing](/resources/contributing)
|
|
- [Changelog](/resources/changelog)
|
|
|
|
- Components
|
|
|
|
- [Alert](/components/alert)
|
|
- [Avatar](/components/avatar)
|
|
- [Badge](/components/badge)
|
|
- [Breadcrumb](/components/breadcrumb)
|
|
- [Breadcrumb Item](/components/breadcrumb-item)
|
|
- [Button](/components/button)
|
|
- [Button Group](/components/button-group)
|
|
- [Card](/components/card)
|
|
- [Carousel](/components/carousel)
|
|
- [Carousel Item](/components/carousel-item)
|
|
- [Checkbox](/components/checkbox)
|
|
- [Color Picker](/components/color-picker)
|
|
- [Details](/components/details)
|
|
- [Dialog](/components/dialog)
|
|
- [Divider](/components/divider)
|
|
- [Drawer](/components/drawer)
|
|
- [Dropdown](/components/dropdown)
|
|
- [Icon](/components/icon)
|
|
- [Icon Button](/components/icon-button)
|
|
- [Image Comparer](/components/image-comparer)
|
|
- [Input](/components/input)
|
|
- [Menu](/components/menu)
|
|
- [Menu Item](/components/menu-item)
|
|
- [Menu Label](/components/menu-label)
|
|
- [Option](/components/option)
|
|
- [Progress Bar](/components/progress-bar)
|
|
- [Progress Ring](/components/progress-ring)
|
|
- [QR Code](/components/qr-code)
|
|
- [Radio](/components/radio)
|
|
- [Radio Button](/components/radio-button)
|
|
- [Radio Group](/components/radio-group)
|
|
- [Range](/components/range)
|
|
- [Rating](/components/rating)
|
|
- [Select](/components/select)
|
|
- [Skeleton](/components/skeleton)
|
|
- [Spinner](/components/spinner)
|
|
- [Split Panel](/components/split-panel)
|
|
- [Switch](/components/switch)
|
|
- [Tab Group](/components/tab-group)
|
|
- [Tab](/components/tab)
|
|
- [Tab Panel](/components/tab-panel)
|
|
- [Tag](/components/tag)
|
|
- [Textarea](/components/textarea)
|
|
- [Tooltip](/components/tooltip)
|
|
- [Tree](/components/tree)
|
|
- [Tree Item](/components/tree-item)
|
|
<!--plop:component-->
|
|
|
|
- Utilities
|
|
|
|
- [Animated Image](/components/animated-image)
|
|
- [Animation](/components/animation)
|
|
- [Format Bytes](/components/format-bytes)
|
|
- [Format Date](/components/format-date)
|
|
- [Format Number](/components/format-number)
|
|
- [Include](/components/include)
|
|
- [Mutation Observer](/components/mutation-observer)
|
|
- [Popup](/components/popup)
|
|
- [Relative Time](/components/relative-time)
|
|
- [Resize Observer](/components/resize-observer)
|
|
- [Visually Hidden](/components/visually-hidden)
|
|
|
|
- Design Tokens
|
|
|
|
- [Typography](/tokens/typography)
|
|
- [Color](/tokens/color)
|
|
- [Spacing](/tokens/spacing)
|
|
- [Elevation](/tokens/elevation)
|
|
- [Border Radius](/tokens/border-radius)
|
|
- [Transition](/tokens/transition)
|
|
- [Z-index](/tokens/z-index)
|
|
|
|
- Tutorials
|
|
|
|
- [Integrating with Laravel](/tutorials/integrating-with-laravel)
|
|
- [Integrating with NextJS](/tutorials/integrating-with-nextjs)
|
|
- [Integrating with Rails](/tutorials/integrating-with-rails)
|