Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bae3668
feat: remove TailwindCSS v3 references and update docs for v4-only co…
lubomirblazekcz Jun 25, 2026
0322664
feat: update navigation config with new links, sections, and adjustments
lubomirblazekcz Jun 25, 2026
8204e7b
docs: refine TailwindCSS details in feature description
lubomirblazekcz Jun 25, 2026
4ae47d4
docs: add links for `winduum-elements` and `winduum-stimulus`, update…
lubomirblazekcz Jun 25, 2026
175487f
docs: add "Marquee" and "Polyfills" component documentation and examples
lubomirblazekcz Jul 2, 2026
5417010
docs: fix typos in navigation links and update documentation for Tool…
lubomirblazekcz Jul 2, 2026
eb88bcb
docs: expand component documentation, fix links, and update usage exa…
lubomirblazekcz Jul 3, 2026
7b3f331
docs: unify "Usage" sections under "Styles" and update usage examples…
lubomirblazekcz Jul 3, 2026
a6e731f
docs: clean up breakpoints, defaults, reset, and theme sections, remo…
lubomirblazekcz Jul 3, 2026
6fa76ee
docs: update carousel documentation, add `winduum-vue` and `winduum-r…
lubomirblazekcz Jul 3, 2026
158aa42
docs: embed interactive examples for multiple components (Badge, Brea…
lubomirblazekcz Jul 3, 2026
40e1b24
docs: reorganize "Installation" sections across components and embed …
lubomirblazekcz Jul 4, 2026
73998e6
docs: update GitHub links to "next" branch and improve meta descripti…
lubomirblazekcz Jul 4, 2026
a27868a
chore: update package dependencies to latest versions in `package-loc…
lubomirblazekcz Jul 7, 2026
d96e903
docs: update component examples and documentation, fix links, and imp…
lubomirblazekcz Jul 7, 2026
4828bfb
docs: update component examples, add "Scripts" sections, and embed in…
lubomirblazekcz Jul 7, 2026
857eb4a
docs: update carousel examples with interactive demos for multiple fr…
lubomirblazekcz Jul 8, 2026
7ac6759
docs: update examples with interactive demos, slot API usage, respons…
lubomirblazekcz Jul 14, 2026
e2ec175
docs: update "Image," "Popover," and "Text" examples, add new text va…
lubomirblazekcz Jul 15, 2026
4cf9ca7
docs: add experimental carousel documentation with examples, browser …
lubomirblazekcz Jul 15, 2026
b663314
docs: enhance carousel examples with scroll event bindings, streamlin…
lubomirblazekcz Jul 15, 2026
9ba468f
docs: add emptyOutDir to Vite config for examples build, clean up obs…
lubomirblazekcz Jul 15, 2026
4eb3f66
docs: replace inline code examples with external references for carou…
lubomirblazekcz Jul 15, 2026
23721ee
docs: restructure examples with index pages and interactive filters, …
lubomirblazekcz Jul 16, 2026
fcb0d12
docs: restructure examples with index pages and interactive filters, …
lubomirblazekcz Jul 16, 2026
395fdb8
docs: update migration guides, revise links for clarity, and announce…
lubomirblazekcz Jul 16, 2026
549b5e0
docs: refine blog index structure, detail Winduum 3 features, and cla…
lubomirblazekcz Jul 17, 2026
89d2450
docs: add Winduum Elements v3 migration guide, update related links, …
lubomirblazekcz Jul 17, 2026
8105ce3
docs: migrate Drawer to native commands, update examples and polyfill…
lubomirblazekcz Jul 17, 2026
4899267
docs: unify Winduum and winduum-stimulus migration guides, remove sta…
lubomirblazekcz Jul 20, 2026
53022a8
docs: add Tel Country Code Control example, update related styles and…
lubomirblazekcz Jul 20, 2026
4553580
docs: replace Algolia config with new unified search configuration st…
lubomirblazekcz Jul 30, 2026
92a057a
docs: refine Tooltip documentation for accessibility guidance and upd…
lubomirblazekcz Aug 4, 2026
57efab9
docs: update Winduum and Winduum Elements to latest versions in examp…
lubomirblazekcz Aug 4, 2026
de3272d
docs: introduce Browserslist integration, update example dependencies…
lubomirblazekcz Aug 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ node_modules
docs/.vitepress/dist
docs/.vitepress/cache
docs/public/examples/
docs/public/examples-stimulus/
docs/public/examples-vue/
docs/public/examples-react/
examples/docs/
121 changes: 97 additions & 24 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ export default defineConfig({
{ icon: 'twitter', link: 'https://twitter.com/winduum_dev' }
],

algolia: {
appId: '3DLECEENW2',
apiKey: '31331a8def9abe0356f5338d568ca974',
indexName: 'winduum'
search: {
provider: 'algolia',
options: {
appId: '3DLECEENW2',
apiKey: '31331a8def9abe0356f5338d568ca974',
indexName: 'winduum'
},
},

footer: {
Expand All @@ -67,20 +70,58 @@ export default defineConfig({
},
{
text: 'Changelog',
link: 'https://github.com/winduum/winduum/blob/main/CHANGELOG.md'
link: 'https://github.com/winduum/winduum/blob/next/CHANGELOG.md'
}
]
},
{
items: [
{
text: 'Webuum',
link: 'https://webuum.dev'
},
{
text: 'v1',
link: 'https://v1--winduum.netlify.app/'
text: 'Vituum',
link: 'https://vituum.dev'
}
]
}
]
}
},
{
text: 'v3 (next)',
items: [
{
text: 'v2',
link: 'https://v2--winduum.netlify.app/'
},
{
text: 'v1',
link: 'https://v1--winduum.netlify.app/'
}
]
},
],

sidebar: {
'/docs/': [
{
text: 'v3 Announcement',
link: '/blog/'
},
{
text: 'Migrations',
items: [
{
text: 'winduum v3',
link: '/migrations/winduum-v3'
},
{
text: 'winduum-elements v3',
link: '/migrations/winduum-elements-v3'
},
],
},
{
text: 'Get started',
items: [
Expand All @@ -104,13 +145,13 @@ export default defineConfig({
text: 'Grid',
link: '/docs/grid'
},
{
text: 'Layers',
link: '/docs/layers'
},
{
text: 'Tokens',
link: '/docs/tokens'
},
{
text: 'Polyfills',
link: '/docs/polyfills'
}
]
},
Expand Down Expand Up @@ -144,7 +185,7 @@ export default defineConfig({
{
text: 'Transitions',
link: '/docs/base/transitions'
}
},
]
},
{
Expand Down Expand Up @@ -227,8 +268,8 @@ export default defineConfig({
link: '/docs/components/label'
},
{
text: 'Link',
link: '/docs/components/link'
text: 'Marquee',
link: '/docs/components/marquee'
},
{
text: 'Notice',
Expand Down Expand Up @@ -288,7 +329,6 @@ export default defineConfig({
}
]
},

{
text: 'Utilities',
items: [
Expand All @@ -300,10 +340,6 @@ export default defineConfig({
text: 'Animation',
link: '/docs/utilities/animation'
},
{
text: 'Container',
link: '/docs/utilities/container'
},
{
text: 'Divide Gap',
link: '/docs/utilities/divide-gap'
Expand All @@ -316,6 +352,22 @@ export default defineConfig({
text: 'Dot',
link: '/docs/utilities/dot'
},
{
text: 'Grid',
link: '/docs/utilities/grid'
},
{
text: 'Link',
link: '/docs/utilities/link'
},
{
text: 'Position',
link: '/docs/utilities/position'
},
{
text: 'Ripple',
link: '/docs/utilities/ripple'
},
{
text: 'Skeleton',
link: '/docs/utilities/skeleton'
Expand All @@ -328,15 +380,36 @@ export default defineConfig({
text: 'Swap',
link: '/docs/utilities/swap'
},
{
text: 'Ripple',
link: '/docs/utilities/ripple'
},
{
text: 'Underline',
link: '/docs/utilities/underline'
},
{
text: 'View Transition',
link: '/docs/utilities/view-transition'
}
]
},
{
text: "Variants",
items: [
{
text: 'Dark',
link: '/docs/variants/dark'
},
{
text: 'Hocus',
link: '/docs/variants/hocus'
},
{
text: 'Interest',
link: '/docs/variants/interest'
},
{
text: 'Scroll State',
link: '/docs/variants/scroll-state'
},
]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/LinkGh.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

<template>
<code>{{name}}</code>&nbsp;
<a :href="url ? url : 'https://github.com/winduum/winduum/blob/main/src/' + path + '/' + name + '.css'" target="_blank" rel="noreferrer" class="winduum-gh-link"><svg><use href="#icon-gh" /></svg></a>
<a :href="url ? url : 'https://github.com/winduum/winduum/blob/next/src/' + path + '/' + name + '.css'" target="_blank" rel="noreferrer" class="winduum-gh-link"><svg><use href="#icon-gh" /></svg></a>
</template>
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/ViewSourceGh.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
</script>

<template>
<a :href="href ? href : `https://github.com/winduum/winduum/blob/main/${path}`" target="_blank" rel="noreferrer" class="winduum-gh-link">View Source&nbsp;<svg><use href="#icon-gh" /></svg></a>
<a :href="href ? href : `https://github.com/winduum/winduum/blob/next/${path}`" target="_blank" rel="noreferrer" class="winduum-gh-link">View Source&nbsp;<svg><use href="#icon-gh" /></svg></a>
</template>
Loading