Skip to content

akshaywritescode/rangoli-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌸 Rangoli UI – Beautifully Crafted Components for Modern Web Apps ✨

Repo Hero Image

Rangoli UI is a sleek and customizable React component library built on shadcn/ui and Tailwind CSS. πŸš€ Designed for developers who want scalable, accessible, and aesthetic UI components without the bloat.

πŸ”₯ Features

βœ… Pre-styled, themeable components 🎨
βœ… Optimized for performance & accessibility β™Ώ
βœ… Dark mode support πŸŒ™
βœ… Easy integration with Next.js & Vite ⚑
βœ… Developer-friendly & lightweight πŸš€

πŸš€ Usage

Simply copy and paste the code into your project:

<PricingCard
  planTitle="Basic"
  planDescription="Create interactive forms that connect to your workflow"
  price={["24", "242"]}
  isMonthly={true} /*can change dynamically */
  features={[
    "100 responses/mo included",
    "1 user",
    "Unlimited forms",
    "Unlimited questions",
  ]}
  seeAllFeatureLink="/basic-features"
/>

For dependencies and setup, visit the Setup Guide.

🎨 Customization

Rangoli UI is fully customizable with Tailwind CSS. Extend styles using your tailwind.config.js:

module.exports = {
  theme: {
    extend: {
      colors: {
        primary: "#ff6b6b",
      },
    },
  },
};

πŸ“– Documentation

Find full documentation at www.rangoliui.me.

🀝 Contributing

We welcome contributions! To contribute:

  1. Fork the repo πŸ“Œ
  2. Create a new branch ✨
  3. Commit changes πŸ’‘
  4. Submit a PR πŸš€

πŸ’‘ Want to Contribute to Live Component Examples?

If you want to contribute to live component examples, we have a separate repository for that! Check out Live Components Example Repo and submit your improvements there.

πŸ›  Setting Up Local Mintlify Server

Rangoli UI documentation is built with Mintlify. To set up a local development server:

npx mintlify dev

For more details, visit the Mintlify Docs .

πŸ›‘οΈ License

Rangoli UI is licensed under the MIT License.

πŸ’– Made with love by Akshay Yadav

About

Rangoli UI is a sleek and customizable React component library built on shadcn/ui and Tailwind CSS. πŸš€ Designed for developers who want scalable, accessible, and aesthetic UI components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from mintlify/starter