-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: refactor documentation for clarity and consistency
- Loading branch information
Showing
27 changed files
with
474 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,71 @@ | ||
--- | ||
title: Introduction | ||
description: Welcome to ruru UI, a modern and flexible UI library designed to help you build beautiful, responsive, and accessible web applications with ease. | ||
title: Quick Start | ||
description: Getting Started with Ruru-UI. | ||
--- | ||
|
||
# Welcome to ruru UI | ||
import { Accordion, Accordions } from 'fumadocs-ui/components/accordion'; | ||
import Link from 'fumadocs-core/link'; | ||
|
||
Welcome to **ruru UI**, a modern and flexible UI library designed to help you build beautiful, responsive, and accessible web applications with ease. | ||
## Introduction | ||
|
||
## Why ruru UI? | ||
Welcome to **ruru UI**, a comprehensive UI library and a set of reusable components designed to help you build beautiful and consistent user interfaces with ease. | ||
|
||
### **Modern Design** | ||
## Terminology | ||
|
||
**ruru UI** offers a sleek and contemporary design that ensures your application looks great on all devices. Our components are crafted with attention to detail, following the latest design trends and best practices. | ||
- **Component**: A reusable piece of UI that can be used across different parts of your application. | ||
- **Props**: Properties passed to components to customize their appearance and behavior. | ||
- **State**: Data managed within a component that affects its rendering and behavior. | ||
|
||
### **Developer Friendly** | ||
## FAQ | ||
|
||
We believe that building beautiful interfaces should be a joy, not a hassle. **ruru UI** is built with developers in mind, offering a simple API, thorough documentation, and plenty of examples to help you get started quickly. | ||
Some common questions you may encounter: | ||
|
||
### **Accessibility First** | ||
<Accordions> | ||
<Accordion id="What is ruru UI?" title="What is ruru UI?"> | ||
**ruru UI** is a comprehensive UI library and a set of reusable components designed to help you build beautiful and consistent user interfaces with ease. | ||
</Accordion> | ||
<Accordion id="How do I install ruru UI?" title="How do I install ruru UI?"> | ||
You can install **ruru UI** via package manager or CLI commands. Check the official documentation for detailed instructions. | ||
<Link href="/docs/installation">installation</Link> | ||
</Accordion> | ||
<Accordion id="How do I use a component from ruru UI?" title="How do I use a component from ruru UI?"> | ||
Import the component and use it in your JSX. | ||
</Accordion> | ||
<Accordion id="Where can I find the documentation for each component?" title="Where can I find the documentation for each component?"> | ||
You can find detailed documentation for each component on our official documentation site. | ||
</Accordion> | ||
<Accordion id="How can I contribute to ruru UI?" title="How can I contribute to ruru UI?"> | ||
You can contribute to **ruru UI** by submitting bug reports, feature requests, or pull requests on our GitHub repository. | ||
</Accordion> | ||
<Accordion id="Can I use this in my project?" title="Can I use this in my project?"> | ||
Yes, **ruru UI** is open-source and free to use in any project. You can customize it to fit your needs and contribute back to the community. | ||
</Accordion> | ||
</Accordions> | ||
|
||
We prioritize accessibility in all our components, ensuring that your application is usable by everyone, including those with disabilities. Our components are built to follow the latest accessibility standards and guidelines. | ||
## Learn More | ||
|
||
### **Performance Optimized** | ||
To learn more about ruru UI, take a look at the following resources: | ||
|
||
**ruru UI** is optimized for performance, ensuring that your application remains fast and responsive. Our components are lightweight and designed to minimize the impact on your application's performance. | ||
|
||
## Explore the Library | ||
|
||
Dive into the comprehensive documentation to discover all the components and features **ruru UI** has to offer. From buttons and forms to modals and navigation, you'll find everything you need to build a complete and polished user interface. | ||
- [Official Documentation](/docs) - Learn about all the features and components available in ruru UI. | ||
- [GitHub Discussions](https://github.com/ruru-m07/ruru-ui/discussions). - Join the community and ask questions or share your feedback. | ||
|
||
## Join the Community | ||
|
||
Become a part of the **ruru UI** community! Share your experiences, ask questions, and collaborate with other developers. Together, we can make **ruru UI** even better. [Provide feedback](https://github.com/ruru-m07/ruru-ui/discussions/3). | ||
|
||
## License | ||
|
||
**ruru UI** is licensed under the MIT License. You are free to use, modify, and distribute the library as you see fit. For more information, please refer to the [LICENSE](https://github.com/ruru-m07/ruru-ui/blob/main/LICENSE) | ||
|
||
## Thank You | ||
|
||
Thank you for choosing **ruru UI**. We appreciate your support and look forward to seeing the amazing applications you build with our library. | ||
|
||
### Enjoy! | ||
|
||
We hope you enjoy using **ruru UI** to build your applications. Our goal is to provide you with a robust and flexible set of tools to create stunning user interfaces. | ||
|
||
--- | ||
|
||
Feel free to modify any part of this text to better fit your vision for the documentation landing page. If you have any specific elements or additional information you'd like to include, let me know! | ||
<p className="font-bold -mb-3">Ruru UI</p> | ||
<p className="text-xs font-bold">Built with ❤️ by [Ruru](https://github.com/ruru-m07) </p> |
Oops, something went wrong.