Skip to content

Commit

Permalink
docs(app): ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Selemondev authored and Selemondev committed Aug 9, 2023
1 parent 86d66f3 commit 6da4493
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
{ text: 'Theme', link: '/guide/getting-started/theme.md' }
] },
{ text: 'Components', items: components },
// { text: 'Windi UI', items: [] },
{ text: 'UI', link: '/guide/windi-ui/index.md' },
{ text: 'Playground', link: '/guide/playground/index.md' },
// { text: "Showcase", link: '' },
{ text: `v${version}`, link: ''},
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/guide/windi-ui/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Windi UI

Following Windi UI's goal of speeding up web application development, our next step will be using the existing components to create beautiful and professional looking UIs.

This will allow you as the developer to easily use already made UIs by copying and pasting them in your project.

We're also working on a feature that will let you add already made UI components through terminal commands, making your work even more efficient.

However, that's just the beginning. As Windi UI **version 0.0.3 Alpha** rolls out, expect the introduction of the **Windi UI CLI**. This tool will enable you to efficiently set up your Windi UI project with sensible configurations, ensuring you're up and running within no time.

Keep an eye for the [Windi UI]() roadmap which is expected to land in [Windi UI](https://github.com/selemondev) **v0.0.1 alpha** which will highlight all the amazing features that will be available within the Windi UI library.

0 comments on commit 6da4493

Please sign in to comment.