├── .eslintrc.json ├── .github └── dependabot.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── components.json ├── next.config.mjs ├── package.json ├── pnpm-lock.yaml ├── postcss.config.mjs ├── public ├── images │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── blocks │ │ └── screenshots │ │ │ ├── blog-01.webp │ │ │ ├── blog-02.webp │ │ │ ├── blog-03.webp │ │ │ ├── contact-01.webp │ │ │ ├── contact-02.webp │ │ │ ├── contact-03.webp │ │ │ ├── faq-01.webp │ │ │ ├── faq-02.webp │ │ │ ├── faq-03.webp │ │ │ ├── faq-04.webp │ │ │ ├── faq-05.webp │ │ │ ├── faq-06.webp │ │ │ ├── faq-07.webp │ │ │ ├── features-01.webp │ │ │ ├── features-02.webp │ │ │ ├── features-03.webp │ │ │ ├── features-04.webp │ │ │ ├── features-05.webp │ │ │ ├── features-06.webp │ │ │ ├── features-07.webp │ │ │ ├── footer-01.webp │ │ │ ├── footer-02.webp │ │ │ ├── footer-03.webp │ │ │ ├── footer-04.webp │ │ │ ├── footer-05.webp │ │ │ ├── hero-01.webp │ │ │ ├── hero-02.webp │ │ │ ├── hero-03.webp │ │ │ ├── hero-04.webp │ │ │ ├── hero-05.webp │ │ │ ├── hero-06.webp │ │ │ ├── hero-07.webp │ │ │ ├── login-01.webp │ │ │ ├── login-02.webp │ │ │ ├── login-03.webp │ │ │ ├── login-04.webp │ │ │ ├── login-05.webp │ │ │ ├── logos-01.webp │ │ │ ├── logos-02.webp │ │ │ ├── logos-03.webp │ │ │ ├── logos-04.webp │ │ │ ├── logos-05.webp │ │ │ ├── logos-06.webp │ │ │ ├── logos-07.webp │ │ │ ├── navbar-01.webp │ │ │ ├── navbar-02.webp │ │ │ ├── navbar-03.webp │ │ │ ├── navbar-04.webp │ │ │ ├── navbar-05.webp │ │ │ ├── pricing-01.webp │ │ │ ├── pricing-02.webp │ │ │ ├── pricing-03.webp │ │ │ ├── pricing-04.webp │ │ │ ├── pricing-05.webp │ │ │ ├── pricing-06.webp │ │ │ ├── signup-01.webp │ │ │ ├── signup-02.webp │ │ │ ├── signup-03.webp │ │ │ ├── signup-04.webp │ │ │ ├── signup-05.webp │ │ │ ├── stats-01.webp │ │ │ ├── stats-02.webp │ │ │ ├── team-01.webp │ │ │ ├── team-02.webp │ │ │ ├── team-03.webp │ │ │ ├── team-04.webp │ │ │ ├── team-05.webp │ │ │ ├── testimonial-01.webp │ │ │ ├── testimonial-02.webp │ │ │ ├── testimonial-03.webp │ │ │ ├── testimonial-04.webp │ │ │ ├── testimonial-05.webp │ │ │ ├── testimonial-06.webp │ │ │ ├── timeline-01.webp │ │ │ ├── timeline-02.webp │ │ │ ├── timeline-03.webp │ │ │ ├── timeline-04.webp │ │ │ ├── timeline-05.webp │ │ │ ├── timeline-06.webp │ │ │ └── timeline-07.webp │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── og-image.png │ ├── site.webmanifest │ └── templates │ │ ├── homeguardian-landing-page.png │ │ ├── minimal-portfolio.png │ │ ├── minimalist-landing-page.png │ │ └── pure-landing.png └── r │ ├── accordion-01.json │ ├── accordion-02.json │ ├── accordion-03.json │ ├── accordion-04.json │ ├── accordion-05.json │ ├── accordion-06.json │ ├── accordion-07.json │ ├── accordion-08.json │ ├── accordion-09.json │ ├── accordion-10.json │ ├── accordion-11.json │ ├── accordion-12.json │ ├── alert-01.json │ ├── alert-02.json │ ├── alert-03.json │ ├── alert-04.json │ ├── alert-05.json │ ├── alert-06.json │ ├── alert-07.json │ ├── alert-08.json │ ├── alert-09.json │ ├── alert-10.json │ ├── alert-dialog-01.json │ ├── alert-dialog-02.json │ ├── alert-dialog-03.json │ ├── alert-dialog-04.json │ ├── alert-dialog-05.json │ ├── alert-dialog-06.json │ ├── animated-grid-pattern.json │ ├── avatar-01.json │ ├── avatar-02.json │ ├── avatar-03.json │ ├── avatar-04.json │ ├── avatar-05.json │ ├── avatar-06.json │ ├── avatar-07.json │ ├── avatar-08.json │ ├── avatar-09.json │ ├── avatar-10.json │ ├── avatar-11.json │ ├── avatar-12.json │ ├── avatar-13.json │ ├── badge-01.json │ ├── badge-02.json │ ├── badge-03.json │ ├── badge-04.json │ ├── badge-05.json │ ├── badge-06.json │ ├── badge-07.json │ ├── badge-08.json │ ├── badge-09.json │ ├── badge-10.json │ ├── badge-11.json │ ├── badge-12.json │ ├── badge-13.json │ ├── blog-01.json │ ├── blog-02.json │ ├── blog-03.json │ ├── breadcrumb-01.json │ ├── breadcrumb-02.json │ ├── breadcrumb-03.json │ ├── breadcrumb-04.json │ ├── breadcrumb-05.json │ ├── breadcrumb-06.json │ ├── breadcrumb-07.json │ ├── breadcrumb-08.json │ ├── breadcrumb-09.json │ ├── breadcrumb-10.json │ ├── breadcrumb-11.json │ ├── breadcrumb-12.json │ ├── breadcrumb-13.json │ ├── breadcrumb-14.json │ ├── breadcrumb-15.json │ ├── button-01.json │ ├── button-02.json │ ├── button-03.json │ ├── button-04.json │ ├── button-05.json │ ├── button-06.json │ ├── button-07.json │ ├── button-08.json │ ├── button-09.json │ ├── button-10.json │ ├── button-11.json │ ├── button-12.json │ ├── button-13.json │ ├── button-14.json │ ├── button-15.json │ ├── button-16.json │ ├── button-17.json │ ├── button-18.json │ ├── button-19.json │ ├── button-20.json │ ├── button-21.json │ ├── button-22.json │ ├── button-23.json │ ├── card-01.json │ ├── card-02.json │ ├── card-03.json │ ├── card-04.json │ ├── card-05.json │ ├── card-06.json │ ├── card-07.json │ ├── card-08.json │ ├── carousel-01.json │ ├── carousel-02.json │ ├── carousel-03.json │ ├── carousel-04.json │ ├── carousel-05.json │ ├── carousel-06.json │ ├── carousel-07.json │ ├── carousel-08.json │ ├── carousel-09.json │ ├── carousel-10.json │ ├── carousel-11.json │ ├── checkbox-01.json │ ├── checkbox-02.json │ ├── checkbox-03.json │ ├── checkbox-04.json │ ├── checkbox-05.json │ ├── checkbox-06.json │ ├── checkbox-07.json │ ├── checkbox-08.json │ ├── checkbox-09.json │ ├── checkbox-10.json │ ├── checkbox-11.json │ ├── checkbox-12.json │ ├── collapsible-01.json │ ├── collapsible-02.json │ ├── collapsible-03.json │ ├── collapsible-04.json │ ├── contact-01.json │ ├── contact-02.json │ ├── contact-03.json │ ├── dot-pattern.json │ ├── dropdown-menu-01.json │ ├── dropdown-menu-02.json │ ├── dropdown-menu-03.json │ ├── dropdown-menu-04.json │ ├── dropdown-menu-05.json │ ├── dropdown-menu-06.json │ ├── dropdown-menu-07.json │ ├── dropdown-menu-08.json │ ├── faq-01.json │ ├── faq-02.json │ ├── faq-03.json │ ├── faq-04.json │ ├── faq-05.json │ ├── faq-06.json │ ├── faq-07.json │ ├── features-01.json │ ├── features-02.json │ ├── features-03.json │ ├── features-04.json │ ├── features-05.json │ ├── features-06.json │ ├── features-07.json │ ├── footer-01.json │ ├── footer-02.json │ ├── footer-03.json │ ├── footer-04.json │ ├── footer-05.json │ ├── hero-01.json │ ├── hero-02.json │ ├── hero-03.json │ ├── hero-04.json │ ├── hero-05.json │ ├── hero-06.json │ ├── hero-07.json │ ├── input-01.json │ ├── input-02.json │ ├── input-03.json │ ├── input-04.json │ ├── input-05.json │ ├── input-06.json │ ├── input-07.json │ ├── input-08.json │ ├── input-09.json │ ├── input-10.json │ ├── input-11.json │ ├── input-12.json │ ├── input-otp-01.json │ ├── input-otp-02.json │ ├── input-otp-03.json │ ├── input-otp-04.json │ ├── input-otp-05.json │ ├── input-otp-06.json │ ├── input-otp-07.json │ ├── login-01.json │ ├── login-02.json │ ├── login-03.json │ ├── login-04.json │ ├── login-05.json │ ├── logo-cloud-01.json │ ├── logo-cloud-02.json │ ├── logo-cloud-03.json │ ├── logo-cloud-04.json │ ├── logo-cloud-05.json │ ├── logo-cloud-06.json │ ├── logo-cloud-07.json │ ├── logos-01.json │ ├── logos-02.json │ ├── logos-03.json │ ├── logos-04.json │ ├── logos-05.json │ ├── logos-06.json │ ├── logos-07.json │ ├── marquee.json │ ├── navbar-01.json │ ├── navbar-02.json │ ├── navbar-03.json │ ├── navbar-04.json │ ├── navbar-05.json │ ├── navigation-menu-01.json │ ├── navigation-menu-02.json │ ├── navigation-menu-03.json │ ├── navigation-menu-04.json │ ├── navigation-menu-05.json │ ├── navigation-menu-06.json │ ├── navigation-menu-07.json │ ├── navigation-menu-08.json │ ├── pagination-01.json │ ├── pagination-02.json │ ├── pagination-03.json │ ├── pagination-04.json │ ├── pagination-05.json │ ├── pagination-06.json │ ├── pagination-07.json │ ├── pagination-08.json │ ├── pagination-09.json │ ├── pagination-10.json │ ├── pagination-11.json │ ├── pagination-12.json │ ├── pagination-13.json │ ├── pagination-14.json │ ├── particles.json │ ├── pricing-01.json │ ├── pricing-02.json │ ├── pricing-03.json │ ├── pricing-04.json │ ├── pricing-05.json │ ├── pricing-06.json │ ├── progress-01.json │ ├── progress-02.json │ ├── progress-03.json │ ├── progress-04.json │ ├── progress-05.json │ ├── progress-06.json │ ├── progress-07.json │ ├── progress-08.json │ ├── progress-09.json │ ├── progress-10.json │ ├── progress-11.json │ ├── progress-12.json │ ├── radio-group-01.json │ ├── radio-group-02.json │ ├── radio-group-03.json │ ├── radio-group-04.json │ ├── radio-group-05.json │ ├── radio-group-06.json │ ├── radio-group-07.json │ ├── radio-group-08.json │ ├── radio-group-09.json │ ├── registry.json │ ├── select-01.json │ ├── select-02.json │ ├── select-03.json │ ├── select-04.json │ ├── select-05.json │ ├── select-06.json │ ├── select-07.json │ ├── select-08.json │ ├── select-09.json │ ├── select-10.json │ ├── select-11.json │ ├── select-12.json │ ├── separator-01.json │ ├── separator-02.json │ ├── separator-03.json │ ├── separator-04.json │ ├── separator-05.json │ ├── separator-06.json │ ├── separator-with-label-vertical.json │ ├── signup-01.json │ ├── signup-02.json │ ├── signup-03.json │ ├── signup-04.json │ ├── signup-05.json │ ├── slider-01.json │ ├── slider-02.json │ ├── slider-03.json │ ├── slider-04.json │ ├── slider-05.json │ ├── slider-06.json │ ├── slider-07.json │ ├── slider-08.json │ ├── slider-09.json │ ├── slider-10.json │ ├── slider-11.json │ ├── slider-12.json │ ├── slider-13.json │ ├── slider-14.json │ ├── slider-15.json │ ├── spinner-01.json │ ├── spinner-02.json │ ├── spinner-03.json │ ├── spinner-04.json │ ├── spinner-05.json │ ├── spinner-06.json │ ├── spinner-07.json │ ├── spinner-08.json │ ├── spinner-09.json │ ├── spinner-10.json │ ├── spinner-11.json │ ├── stats-01.json │ ├── stats-02.json │ ├── switch-01.json │ ├── switch-02.json │ ├── switch-03.json │ ├── switch-04.json │ ├── switch-05.json │ ├── switch-06.json │ ├── switch-07.json │ ├── table-01.json │ ├── table-02.json │ ├── table-03.json │ ├── table-04.json │ ├── table-05.json │ ├── table-06.json │ ├── table-07.json │ ├── table-08.json │ ├── table-09.json │ ├── table-10.json │ ├── table-11.json │ ├── tabs-01.json │ ├── tabs-02.json │ ├── tabs-03.json │ ├── tabs-04.json │ ├── tabs-05.json │ ├── tabs-06.json │ ├── tabs-07.json │ ├── tabs-08.json │ ├── tabs-09.json │ ├── tabs-10.json │ ├── tabs-11.json │ ├── tabs-12.json │ ├── tabs-13.json │ ├── tabs-14.json │ ├── tabs-15.json │ ├── tabs-16.json │ ├── tabs-17.json │ ├── tabs-18.json │ ├── team-01.json │ ├── team-02.json │ ├── team-03.json │ ├── team-04.json │ ├── team-05.json │ ├── testimonial-01.json │ ├── testimonial-02.json │ ├── testimonial-03.json │ ├── testimonial-04.json │ ├── testimonial-05.json │ ├── testimonial-06.json │ ├── testimonials-01.json │ ├── testimonials-02.json │ ├── testimonials-03.json │ ├── testimonials-04.json │ ├── testimonials-05.json │ ├── testimonials-06.json │ ├── textarea-01.json │ ├── textarea-02.json │ ├── textarea-03.json │ ├── textarea-04.json │ ├── textarea-05.json │ ├── textarea-06.json │ ├── textarea-07.json │ ├── timeline-01.json │ ├── timeline-02.json │ ├── timeline-03.json │ ├── timeline-04.json │ ├── timeline-05.json │ ├── timeline-06.json │ ├── timeline-07.json │ ├── tooltip-01.json │ ├── tooltip-02.json │ ├── tooltip-03.json │ ├── tooltip-04.json │ ├── tooltip-05.json │ ├── tooltip-06.json │ └── tooltip-07.json ├── registry.json ├── src ├── app │ ├── (components) │ │ ├── components │ │ │ └── [component] │ │ │ │ └── page.tsx │ │ └── layout.tsx │ ├── api │ │ └── og │ │ │ └── route.tsx │ ├── blocks │ │ ├── [block] │ │ │ ├── page.tsx │ │ │ └── preview │ │ │ │ ├── layout.tsx │ │ │ │ └── page.tsx │ │ ├── categories │ │ │ └── [category] │ │ │ │ └── page.tsx │ │ └── page.tsx │ ├── favicon.ico │ ├── fonts │ │ ├── InterVariable-Italic.woff2 │ │ └── InterVariable.woff2 │ ├── globals.css │ ├── layout.tsx │ ├── page.tsx │ ├── roadmap │ │ └── page.tsx │ ├── robots.txt │ ├── sitemap.ts │ └── templates │ │ ├── layout.tsx │ │ └── page.tsx ├── assets │ └── fonts │ │ └── DMSans-SemiBold.ttf ├── blocks │ └── index.tsx ├── components │ ├── app-sidebar │ │ ├── app-sidebar.tsx │ │ ├── index.ts │ │ ├── sidebar-menu-button.tsx │ │ ├── sidebar-menu-item.tsx │ │ └── theme-toggle.tsx │ ├── blocks │ │ ├── block-code-explorer.tsx │ │ ├── block-code-sidebar.tsx │ │ ├── block-details.tsx │ │ ├── block-intsall-command-copy-button.tsx │ │ ├── block-preview.tsx │ │ ├── block-toolbar.tsx │ │ ├── block.tsx │ │ ├── category │ │ │ ├── block-category-json-ld.tsx │ │ │ ├── block-preview-list.tsx │ │ │ ├── category-filter.tsx │ │ │ ├── preview-list-filter.tsx │ │ │ ├── preview-list-search.tsx │ │ │ └── results-not-found.tsx │ │ ├── file-preview.tsx │ │ ├── file-tree.tsx │ │ └── v0-button.tsx │ ├── carbon-ads.tsx │ ├── code-block.tsx │ ├── code-installation-command-tabs.tsx │ ├── component-block.tsx │ ├── copy-button.tsx │ ├── copy-to-clipboard-button.tsx │ ├── customized │ │ ├── accordion │ │ │ ├── accordion-01.tsx │ │ │ ├── accordion-02.tsx │ │ │ ├── accordion-03.tsx │ │ │ ├── accordion-04.tsx │ │ │ ├── accordion-05.tsx │ │ │ ├── accordion-06.tsx │ │ │ ├── accordion-07.tsx │ │ │ ├── accordion-08.tsx │ │ │ ├── accordion-09.tsx │ │ │ ├── accordion-10.tsx │ │ │ ├── accordion-11.tsx │ │ │ └── accordion-12.tsx │ │ ├── alert-dialog │ │ │ ├── alert-dialog-01.tsx │ │ │ ├── alert-dialog-02.tsx │ │ │ ├── alert-dialog-03.tsx │ │ │ ├── alert-dialog-04.tsx │ │ │ ├── alert-dialog-05.tsx │ │ │ └── alert-dialog-06.tsx │ │ ├── alert │ │ │ ├── alert-01.tsx │ │ │ ├── alert-02.tsx │ │ │ ├── alert-03.tsx │ │ │ ├── alert-04.tsx │ │ │ ├── alert-05.tsx │ │ │ ├── alert-06.tsx │ │ │ ├── alert-07.tsx │ │ │ ├── alert-08.tsx │ │ │ ├── alert-09.tsx │ │ │ └── alert-10.tsx │ │ ├── avatar │ │ │ ├── avatar-01.tsx │ │ │ ├── avatar-02.tsx │ │ │ ├── avatar-03.tsx │ │ │ ├── avatar-04.tsx │ │ │ ├── avatar-05.tsx │ │ │ ├── avatar-06.tsx │ │ │ ├── avatar-07.tsx │ │ │ ├── avatar-08.tsx │ │ │ ├── avatar-09.tsx │ │ │ ├── avatar-10.tsx │ │ │ ├── avatar-11.tsx │ │ │ ├── avatar-12.tsx │ │ │ ├── avatar-13.tsx │ │ │ └── avatar-14.tsx │ │ ├── badge │ │ │ ├── badge-01.tsx │ │ │ ├── badge-02.tsx │ │ │ ├── badge-03.tsx │ │ │ ├── badge-04.tsx │ │ │ ├── badge-05.tsx │ │ │ ├── badge-06.tsx │ │ │ ├── badge-07.tsx │ │ │ ├── badge-08.tsx │ │ │ ├── badge-09.tsx │ │ │ ├── badge-10.tsx │ │ │ ├── badge-11.tsx │ │ │ ├── badge-12.tsx │ │ │ └── badge-13.tsx │ │ ├── breadcrumb │ │ │ ├── breadcrumb-01.tsx │ │ │ ├── breadcrumb-02.tsx │ │ │ ├── breadcrumb-03.tsx │ │ │ ├── breadcrumb-04.tsx │ │ │ ├── breadcrumb-05.tsx │ │ │ ├── breadcrumb-06.tsx │ │ │ ├── breadcrumb-07.tsx │ │ │ ├── breadcrumb-08.tsx │ │ │ ├── breadcrumb-09.tsx │ │ │ ├── breadcrumb-10.tsx │ │ │ ├── breadcrumb-11.tsx │ │ │ ├── breadcrumb-12.tsx │ │ │ ├── breadcrumb-13.tsx │ │ │ ├── breadcrumb-14.tsx │ │ │ └── breadcrumb-15.tsx │ │ ├── button │ │ │ ├── button-01.tsx │ │ │ ├── button-02.tsx │ │ │ ├── button-03.tsx │ │ │ ├── button-04.tsx │ │ │ ├── button-05.tsx │ │ │ ├── button-06.tsx │ │ │ ├── button-07.tsx │ │ │ ├── button-08.tsx │ │ │ ├── button-09.tsx │ │ │ ├── button-10.tsx │ │ │ ├── button-11.tsx │ │ │ ├── button-12.tsx │ │ │ ├── button-13.tsx │ │ │ ├── button-14.tsx │ │ │ ├── button-15.tsx │ │ │ ├── button-16.tsx │ │ │ ├── button-17.tsx │ │ │ ├── button-18.tsx │ │ │ ├── button-19.tsx │ │ │ ├── button-20.tsx │ │ │ ├── button-21.tsx │ │ │ ├── button-22.tsx │ │ │ └── button-23.tsx │ │ ├── card │ │ │ ├── card-01.tsx │ │ │ ├── card-02.tsx │ │ │ ├── card-03.tsx │ │ │ ├── card-04.tsx │ │ │ ├── card-05.tsx │ │ │ ├── card-06.tsx │ │ │ ├── card-07.tsx │ │ │ └── card-08.tsx │ │ ├── carousel │ │ │ ├── carousel-01.tsx │ │ │ ├── carousel-02.tsx │ │ │ ├── carousel-03.tsx │ │ │ ├── carousel-04.tsx │ │ │ ├── carousel-05.tsx │ │ │ ├── carousel-06.tsx │ │ │ ├── carousel-07.tsx │ │ │ ├── carousel-08.tsx │ │ │ ├── carousel-09.tsx │ │ │ ├── carousel-10.tsx │ │ │ └── carousel-11.tsx │ │ ├── checkbox │ │ │ ├── checkbox-01.tsx │ │ │ ├── checkbox-02.tsx │ │ │ ├── checkbox-03.tsx │ │ │ ├── checkbox-04.tsx │ │ │ ├── checkbox-05.tsx │ │ │ ├── checkbox-06.tsx │ │ │ ├── checkbox-07.tsx │ │ │ ├── checkbox-08.tsx │ │ │ ├── checkbox-09.tsx │ │ │ ├── checkbox-10.tsx │ │ │ ├── checkbox-11.tsx │ │ │ └── checkbox-12.tsx │ │ ├── code-dialog.tsx │ │ ├── collapsible │ │ │ ├── collapsible-01.tsx │ │ │ ├── collapsible-02.tsx │ │ │ ├── collapsible-03.tsx │ │ │ └── collapsible-04.tsx │ │ ├── customized-components-faq.tsx │ │ ├── dropdown-menu │ │ │ ├── dropdown-menu-01.tsx │ │ │ ├── dropdown-menu-02.tsx │ │ │ ├── dropdown-menu-03.tsx │ │ │ ├── dropdown-menu-04.tsx │ │ │ ├── dropdown-menu-05.tsx │ │ │ ├── dropdown-menu-06.tsx │ │ │ ├── dropdown-menu-07.tsx │ │ │ └── dropdown-menu-08.tsx │ │ ├── input-otp │ │ │ ├── input-otp-01.tsx │ │ │ ├── input-otp-02.tsx │ │ │ ├── input-otp-03.tsx │ │ │ ├── input-otp-04.tsx │ │ │ ├── input-otp-05.tsx │ │ │ ├── input-otp-06.tsx │ │ │ └── input-otp-07.tsx │ │ ├── input │ │ │ ├── input-01.tsx │ │ │ ├── input-02.tsx │ │ │ ├── input-03.tsx │ │ │ ├── input-04.tsx │ │ │ ├── input-05.tsx │ │ │ ├── input-06.tsx │ │ │ ├── input-07.tsx │ │ │ ├── input-08.tsx │ │ │ ├── input-09.tsx │ │ │ ├── input-10.tsx │ │ │ ├── input-11.tsx │ │ │ └── input-12.tsx │ │ ├── navigation-menu │ │ │ ├── navigation-menu-01.tsx │ │ │ ├── navigation-menu-02.tsx │ │ │ ├── navigation-menu-03.tsx │ │ │ ├── navigation-menu-04.tsx │ │ │ ├── navigation-menu-05.tsx │ │ │ ├── navigation-menu-06.tsx │ │ │ ├── navigation-menu-07.tsx │ │ │ └── navigation-menu-08.tsx │ │ ├── pagination │ │ │ ├── pagination-01.tsx │ │ │ ├── pagination-02.tsx │ │ │ ├── pagination-03.tsx │ │ │ ├── pagination-04.tsx │ │ │ ├── pagination-05.tsx │ │ │ ├── pagination-06.tsx │ │ │ ├── pagination-07.tsx │ │ │ ├── pagination-08.tsx │ │ │ ├── pagination-09.tsx │ │ │ ├── pagination-10.tsx │ │ │ ├── pagination-11.tsx │ │ │ ├── pagination-12.tsx │ │ │ ├── pagination-13.tsx │ │ │ └── pagination-14.tsx │ │ ├── progress │ │ │ ├── progress-01.tsx │ │ │ ├── progress-02.tsx │ │ │ ├── progress-03.tsx │ │ │ ├── progress-04.tsx │ │ │ ├── progress-05.tsx │ │ │ ├── progress-06.tsx │ │ │ ├── progress-07.tsx │ │ │ ├── progress-08.tsx │ │ │ ├── progress-09.tsx │ │ │ ├── progress-10.tsx │ │ │ ├── progress-11.tsx │ │ │ └── progress-12.tsx │ │ ├── radio-group │ │ │ ├── radio-group-01.tsx │ │ │ ├── radio-group-02.tsx │ │ │ ├── radio-group-03.tsx │ │ │ ├── radio-group-04.tsx │ │ │ ├── radio-group-05.tsx │ │ │ ├── radio-group-06.tsx │ │ │ ├── radio-group-07.tsx │ │ │ ├── radio-group-08.tsx │ │ │ └── radio-group-09.tsx │ │ ├── select │ │ │ ├── select-01.tsx │ │ │ ├── select-02.tsx │ │ │ ├── select-03.tsx │ │ │ ├── select-04.tsx │ │ │ ├── select-05.tsx │ │ │ ├── select-06.tsx │ │ │ ├── select-07.tsx │ │ │ ├── select-08.tsx │ │ │ ├── select-09.tsx │ │ │ ├── select-10.tsx │ │ │ └── select-11.tsx │ │ ├── separator │ │ │ ├── separator-01.tsx │ │ │ ├── separator-02.tsx │ │ │ ├── separator-03.tsx │ │ │ ├── separator-04.tsx │ │ │ ├── separator-05.tsx │ │ │ ├── separator-06.tsx │ │ │ └── with-label-vertical.tsx │ │ ├── slider │ │ │ ├── slider-01.tsx │ │ │ ├── slider-02.tsx │ │ │ ├── slider-03.tsx │ │ │ ├── slider-04.tsx │ │ │ ├── slider-05.tsx │ │ │ ├── slider-06.tsx │ │ │ ├── slider-07.tsx │ │ │ ├── slider-08.tsx │ │ │ ├── slider-09.tsx │ │ │ ├── slider-10.tsx │ │ │ ├── slider-11.tsx │ │ │ ├── slider-12.tsx │ │ │ ├── slider-13.tsx │ │ │ ├── slider-14.tsx │ │ │ └── slider-15.tsx │ │ ├── spinner │ │ │ ├── spinner-01.tsx │ │ │ ├── spinner-02.tsx │ │ │ ├── spinner-03.tsx │ │ │ ├── spinner-04.tsx │ │ │ ├── spinner-05.tsx │ │ │ ├── spinner-06.tsx │ │ │ ├── spinner-07.tsx │ │ │ ├── spinner-08.tsx │ │ │ ├── spinner-09.tsx │ │ │ ├── spinner-10.tsx │ │ │ └── spinner-11.tsx │ │ ├── switch │ │ │ ├── switch-01.tsx │ │ │ ├── switch-02.tsx │ │ │ ├── switch-03.tsx │ │ │ ├── switch-04.tsx │ │ │ ├── switch-05.tsx │ │ │ ├── switch-06.tsx │ │ │ └── switch-07.tsx │ │ ├── table │ │ │ ├── table-01.tsx │ │ │ ├── table-02.tsx │ │ │ ├── table-03.tsx │ │ │ ├── table-04.tsx │ │ │ ├── table-05.tsx │ │ │ ├── table-06.tsx │ │ │ ├── table-07.tsx │ │ │ ├── table-08.tsx │ │ │ ├── table-09.tsx │ │ │ ├── table-10.tsx │ │ │ └── table-11.tsx │ │ ├── tabs │ │ │ ├── tabs-01.tsx │ │ │ ├── tabs-02.tsx │ │ │ ├── tabs-03.tsx │ │ │ ├── tabs-04.tsx │ │ │ ├── tabs-05.tsx │ │ │ ├── tabs-06.tsx │ │ │ ├── tabs-07.tsx │ │ │ ├── tabs-08.tsx │ │ │ ├── tabs-09.tsx │ │ │ ├── tabs-10.tsx │ │ │ ├── tabs-11.tsx │ │ │ ├── tabs-12.tsx │ │ │ ├── tabs-13.tsx │ │ │ ├── tabs-14.tsx │ │ │ ├── tabs-15.tsx │ │ │ ├── tabs-16.tsx │ │ │ ├── tabs-17.tsx │ │ │ └── tabs-18.tsx │ │ ├── textarea │ │ │ ├── textarea-01.tsx │ │ │ ├── textarea-02.tsx │ │ │ ├── textarea-03.tsx │ │ │ ├── textarea-04.tsx │ │ │ ├── textarea-05.tsx │ │ │ ├── textarea-06.tsx │ │ │ └── textarea-07.tsx │ │ └── tooltip │ │ │ ├── tooltip-01.tsx │ │ │ ├── tooltip-02.tsx │ │ │ ├── tooltip-03.tsx │ │ │ ├── tooltip-04.tsx │ │ │ ├── tooltip-05.tsx │ │ │ ├── tooltip-06.tsx │ │ │ └── tooltip-07.tsx │ ├── github-star-button.tsx │ ├── home │ │ ├── background-pattern.tsx │ │ ├── faq.tsx │ │ ├── features.tsx │ │ ├── hero.tsx │ │ └── index.ts │ ├── icons.tsx │ ├── layout │ │ ├── app-navigation-menu.tsx │ │ ├── footer.tsx │ │ ├── navbar.tsx │ │ └── navigation-sheet.tsx │ ├── logo.tsx │ ├── logos.tsx │ ├── magicui │ │ └── animated-grid-pattern.tsx │ ├── templates │ │ ├── github-stars-and-forks.tsx │ │ └── template-card.tsx │ ├── typography.tsx │ ├── ui │ │ ├── accordion.tsx │ │ ├── alert-dialog.tsx │ │ ├── alert.tsx │ │ ├── animated-grid-pattern.tsx │ │ ├── aspect-ratio.tsx │ │ ├── avatar.tsx │ │ ├── badge.tsx │ │ ├── breadcrumb.tsx │ │ ├── button-group.tsx │ │ ├── button.tsx │ │ ├── calendar.tsx │ │ ├── card.tsx │ │ ├── carousel.tsx │ │ ├── chart.tsx │ │ ├── checkbox.tsx │ │ ├── collapsible.tsx │ │ ├── command.tsx │ │ ├── context-menu.tsx │ │ ├── dialog.tsx │ │ ├── dot-pattern.tsx │ │ ├── drawer.tsx │ │ ├── dropdown-menu.tsx │ │ ├── empty.tsx │ │ ├── field.tsx │ │ ├── form.tsx │ │ ├── hover-card.tsx │ │ ├── icons.tsx │ │ ├── input-group.tsx │ │ ├── input-otp.tsx │ │ ├── input.tsx │ │ ├── item.tsx │ │ ├── kbd.tsx │ │ ├── label.tsx │ │ ├── marquee.tsx │ │ ├── menubar.tsx │ │ ├── navigation-menu.tsx │ │ ├── pagination.tsx │ │ ├── particles.tsx │ │ ├── popover.tsx │ │ ├── progress.tsx │ │ ├── radio-group.tsx │ │ ├── resizable.tsx │ │ ├── scroll-area.tsx │ │ ├── select.tsx │ │ ├── separator.tsx │ │ ├── sheet.tsx │ │ ├── sidebar.tsx │ │ ├── skeleton.tsx │ │ ├── slider.tsx │ │ ├── sonner.tsx │ │ ├── spinner.tsx │ │ ├── switch.tsx │ │ ├── table.tsx │ │ ├── tabs.tsx │ │ ├── textarea.tsx │ │ ├── toggle-group.tsx │ │ ├── toggle.tsx │ │ └── tooltip.tsx │ └── version-switcher.tsx ├── config.ts ├── config │ ├── app.ts │ ├── registry │ │ ├── block-layouts.tsx │ │ └── index.ts │ └── versions.ts ├── description │ ├── app-sidebar.tsx │ ├── blocks.tsx │ ├── customized-components.ts │ ├── faq.tsx │ ├── package-managers.tsx │ ├── roadmap.tsx │ └── templates.ts ├── hooks │ ├── use-block-theme.tsx │ ├── use-copy-to-clipboard.tsx │ ├── use-debounce.tsx │ ├── use-mobile.ts │ ├── use-mobile.tsx │ └── use-version.ts ├── lib │ ├── blocks.ts │ ├── carbon-ad.ts │ ├── file-tree.ts │ ├── file.ts │ ├── metadata.ts │ ├── og.ts │ ├── shadcn-registry.ts │ ├── shiki.ts │ ├── utils.ts │ └── validations │ │ └── og.ts ├── providers │ ├── block-provider.tsx │ ├── package-manager-provider.tsx │ └── posthog-provider.tsx ├── registry │ ├── blocks │ │ ├── blog-01 │ │ │ └── components │ │ │ │ └── blog.tsx │ │ ├── blog-02 │ │ │ └── components │ │ │ │ └── blog.tsx │ │ ├── blog-03 │ │ │ └── components │ │ │ │ └── blog.tsx │ │ ├── contact-01 │ │ │ └── components │ │ │ │ └── contact.tsx │ │ ├── contact-02 │ │ │ └── components │ │ │ │ └── contact.tsx │ │ ├── contact-03 │ │ │ └── components │ │ │ │ └── contact.tsx │ │ ├── faq-01 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── faq-02 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── faq-03 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── faq-04 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── faq-05 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── faq-06 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── faq-07 │ │ │ └── components │ │ │ │ └── faq.tsx │ │ ├── features-01 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── features-02 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── features-03 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── features-04 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── features-05 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── features-06 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── features-07 │ │ │ └── components │ │ │ │ └── features.tsx │ │ ├── footer-01 │ │ │ └── components │ │ │ │ └── footer.tsx │ │ ├── footer-02 │ │ │ └── components │ │ │ │ └── footer.tsx │ │ ├── footer-03 │ │ │ └── components │ │ │ │ └── footer.tsx │ │ ├── footer-04 │ │ │ └── components │ │ │ │ └── footer.tsx │ │ ├── footer-05 │ │ │ └── components │ │ │ │ └── footer.tsx │ │ ├── hero-01 │ │ │ └── components │ │ │ │ └── hero.tsx │ │ ├── hero-02 │ │ │ └── components │ │ │ │ └── hero.tsx │ │ ├── hero-03 │ │ │ └── components │ │ │ │ └── hero.tsx │ │ ├── hero-04 │ │ │ └── components │ │ │ │ └── hero.tsx │ │ ├── hero-05 │ │ │ └── components │ │ │ │ └── hero.tsx │ │ ├── hero-06 │ │ │ └── components │ │ │ │ ├── background-pattern.tsx │ │ │ │ ├── hero.tsx │ │ │ │ └── ui │ │ │ │ ├── dot-pattern.tsx │ │ │ │ └── particles.tsx │ │ ├── hero-07 │ │ │ └── components │ │ │ │ ├── hero.tsx │ │ │ │ └── ui │ │ │ │ └── animated-grid-pattern.tsx │ │ ├── login-01 │ │ │ └── components │ │ │ │ ├── login.tsx │ │ │ │ └── logo.tsx │ │ ├── login-02 │ │ │ └── components │ │ │ │ ├── login.tsx │ │ │ │ └── logo.tsx │ │ ├── login-03 │ │ │ └── components │ │ │ │ ├── login.tsx │ │ │ │ └── logo.tsx │ │ ├── login-04 │ │ │ └── components │ │ │ │ ├── login.tsx │ │ │ │ └── logo.tsx │ │ ├── login-05 │ │ │ └── components │ │ │ │ ├── login.tsx │ │ │ │ └── logo.tsx │ │ ├── logo-cloud-01 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ └── logos.tsx │ │ ├── logo-cloud-02 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ └── logos.tsx │ │ ├── logo-cloud-03 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ └── logos.tsx │ │ ├── logo-cloud-04 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ └── logos.tsx │ │ ├── logo-cloud-05 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ └── logos.tsx │ │ ├── logo-cloud-06 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ ├── logos.tsx │ │ │ │ └── ui │ │ │ │ └── marquee.tsx │ │ ├── logo-cloud-07 │ │ │ └── components │ │ │ │ ├── logo-cloud.tsx │ │ │ │ ├── logos.tsx │ │ │ │ └── ui │ │ │ │ └── marquee.tsx │ │ ├── navbar-01 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ ├── nav-menu.tsx │ │ │ │ ├── navbar.tsx │ │ │ │ └── navigation-sheet.tsx │ │ ├── navbar-02 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ ├── nav-menu.tsx │ │ │ │ ├── navbar.tsx │ │ │ │ └── navigation-sheet.tsx │ │ ├── navbar-03 │ │ │ ├── components │ │ │ │ ├── logo.tsx │ │ │ │ ├── nav-menu.tsx │ │ │ │ ├── navbar.tsx │ │ │ │ └── navigation-sheet.tsx │ │ │ └── config │ │ │ │ └── navbar.ts │ │ ├── navbar-04 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ ├── nav-menu.tsx │ │ │ │ ├── navbar.tsx │ │ │ │ └── navigation-sheet.tsx │ │ ├── navbar-05 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ └── navbar.tsx │ │ ├── pricing-01 │ │ │ └── components │ │ │ │ └── pricing.tsx │ │ ├── pricing-02 │ │ │ └── components │ │ │ │ └── pricing.tsx │ │ ├── pricing-03 │ │ │ └── components │ │ │ │ └── pricing.tsx │ │ ├── pricing-04 │ │ │ └── components │ │ │ │ └── pricing.tsx │ │ ├── pricing-05 │ │ │ └── components │ │ │ │ └── pricing.tsx │ │ ├── pricing-06 │ │ │ └── components │ │ │ │ └── pricing.tsx │ │ ├── signup-01 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ └── signup.tsx │ │ ├── signup-02 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ └── signup.tsx │ │ ├── signup-03 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ └── signup.tsx │ │ ├── signup-04 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ └── signup.tsx │ │ ├── signup-05 │ │ │ └── components │ │ │ │ ├── logo.tsx │ │ │ │ └── signup.tsx │ │ ├── stats-01 │ │ │ └── components │ │ │ │ └── stats.tsx │ │ ├── stats-02 │ │ │ └── components │ │ │ │ └── stats.tsx │ │ ├── team-01 │ │ │ └── components │ │ │ │ └── team.tsx │ │ ├── team-02 │ │ │ └── components │ │ │ │ └── team.tsx │ │ ├── team-03 │ │ │ └── components │ │ │ │ └── team.tsx │ │ ├── team-04 │ │ │ └── components │ │ │ │ └── team.tsx │ │ ├── team-05 │ │ │ └── components │ │ │ │ └── team.tsx │ │ ├── testimonials-01 │ │ │ └── components │ │ │ │ └── testimonials.tsx │ │ ├── testimonials-02 │ │ │ └── components │ │ │ │ └── testimonials.tsx │ │ ├── testimonials-03 │ │ │ └── components │ │ │ │ └── testimonials.tsx │ │ ├── testimonials-04 │ │ │ └── components │ │ │ │ ├── testimonials.tsx │ │ │ │ └── ui │ │ │ │ └── marquee.tsx │ │ ├── testimonials-05 │ │ │ └── components │ │ │ │ └── testimonials.tsx │ │ ├── testimonials-06 │ │ │ └── components │ │ │ │ └── testimonials.tsx │ │ ├── timeline-01 │ │ │ └── components │ │ │ │ └── timeline.tsx │ │ ├── timeline-02 │ │ │ └── components │ │ │ │ └── timeline.tsx │ │ ├── timeline-03 │ │ │ └── components │ │ │ │ └── timeline.tsx │ │ ├── timeline-04 │ │ │ └── components │ │ │ │ └── timeline.tsx │ │ ├── timeline-05 │ │ │ └── components │ │ │ │ └── timeline.tsx │ │ ├── timeline-06 │ │ │ └── components │ │ │ │ └── timeline.tsx │ │ └── timeline-07 │ │ │ └── components │ │ │ └── timeline.tsx │ └── ui │ │ ├── accordion.tsx │ │ ├── alert-dialog.tsx │ │ ├── alert.tsx │ │ ├── aspect-ratio.tsx │ │ ├── avatar.tsx │ │ ├── badge.tsx │ │ ├── breadcrumb.tsx │ │ ├── button-group.tsx │ │ ├── button.tsx │ │ ├── calendar.tsx │ │ ├── card.tsx │ │ ├── carousel.tsx │ │ ├── chart.tsx │ │ ├── checkbox.tsx │ │ ├── collapsible.tsx │ │ ├── command.tsx │ │ ├── context-menu.tsx │ │ ├── dialog.tsx │ │ ├── drawer.tsx │ │ ├── dropdown-menu.tsx │ │ ├── form.tsx │ │ ├── hover-card.tsx │ │ ├── input-otp.tsx │ │ ├── input.tsx │ │ ├── item.tsx │ │ ├── label.tsx │ │ ├── menubar.tsx │ │ ├── navigation-menu.tsx │ │ ├── pagination.tsx │ │ ├── popover.tsx │ │ ├── progress.tsx │ │ ├── radio-group.tsx │ │ ├── resizable.tsx │ │ ├── scroll-area.tsx │ │ ├── select.tsx │ │ ├── separator.tsx │ │ ├── sheet.tsx │ │ ├── sidebar.tsx │ │ ├── skeleton.tsx │ │ ├── slider.tsx │ │ ├── sonner.tsx │ │ ├── switch.tsx │ │ ├── table.tsx │ │ ├── tabs.tsx │ │ ├── textarea.tsx │ │ ├── toggle-group.tsx │ │ ├── toggle.tsx │ │ └── tooltip.tsx └── types │ ├── blocks.ts │ └── theme.ts └── tsconfig.json /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/README.md -------------------------------------------------------------------------------- /components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/components.json -------------------------------------------------------------------------------- /next.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/next.config.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /postcss.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/postcss.config.mjs -------------------------------------------------------------------------------- /public/images/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/android-chrome-192x192.png -------------------------------------------------------------------------------- /public/images/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/android-chrome-512x512.png -------------------------------------------------------------------------------- /public/images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/apple-touch-icon.png -------------------------------------------------------------------------------- /public/images/blocks/screenshots/blog-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/blog-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/blog-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/blog-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/blog-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/blog-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/contact-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/contact-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/contact-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/contact-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/contact-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/contact-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-06.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-06.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/faq-07.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/faq-07.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/footer-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/footer-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/footer-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/footer-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/footer-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/footer-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/footer-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/footer-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/footer-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/footer-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-06.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-06.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/hero-07.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/hero-07.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/login-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/login-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/login-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/login-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/login-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/login-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/login-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/login-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/login-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/login-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-06.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-06.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/logos-07.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/logos-07.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/navbar-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/navbar-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/navbar-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/navbar-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/navbar-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/navbar-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/navbar-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/navbar-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/navbar-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/navbar-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/pricing-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/pricing-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/pricing-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/pricing-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/pricing-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/pricing-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/pricing-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/pricing-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/pricing-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/pricing-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/pricing-06.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/pricing-06.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/signup-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/signup-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/signup-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/signup-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/signup-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/signup-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/signup-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/signup-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/signup-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/signup-05.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/stats-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/stats-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/stats-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/stats-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/team-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/team-01.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/team-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/team-02.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/team-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/team-03.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/team-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/team-04.webp -------------------------------------------------------------------------------- /public/images/blocks/screenshots/team-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/blocks/screenshots/team-05.webp -------------------------------------------------------------------------------- /public/images/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/favicon-16x16.png -------------------------------------------------------------------------------- /public/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/favicon-32x32.png -------------------------------------------------------------------------------- /public/images/og-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/og-image.png -------------------------------------------------------------------------------- /public/images/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/site.webmanifest -------------------------------------------------------------------------------- /public/images/templates/minimal-portfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/templates/minimal-portfolio.png -------------------------------------------------------------------------------- /public/images/templates/pure-landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/images/templates/pure-landing.png -------------------------------------------------------------------------------- /public/r/accordion-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-01.json -------------------------------------------------------------------------------- /public/r/accordion-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-02.json -------------------------------------------------------------------------------- /public/r/accordion-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-03.json -------------------------------------------------------------------------------- /public/r/accordion-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-04.json -------------------------------------------------------------------------------- /public/r/accordion-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-05.json -------------------------------------------------------------------------------- /public/r/accordion-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-06.json -------------------------------------------------------------------------------- /public/r/accordion-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-07.json -------------------------------------------------------------------------------- /public/r/accordion-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-08.json -------------------------------------------------------------------------------- /public/r/accordion-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-09.json -------------------------------------------------------------------------------- /public/r/accordion-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-10.json -------------------------------------------------------------------------------- /public/r/accordion-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-11.json -------------------------------------------------------------------------------- /public/r/accordion-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/accordion-12.json -------------------------------------------------------------------------------- /public/r/alert-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-01.json -------------------------------------------------------------------------------- /public/r/alert-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-02.json -------------------------------------------------------------------------------- /public/r/alert-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-03.json -------------------------------------------------------------------------------- /public/r/alert-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-04.json -------------------------------------------------------------------------------- /public/r/alert-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-05.json -------------------------------------------------------------------------------- /public/r/alert-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-06.json -------------------------------------------------------------------------------- /public/r/alert-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-07.json -------------------------------------------------------------------------------- /public/r/alert-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-08.json -------------------------------------------------------------------------------- /public/r/alert-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-09.json -------------------------------------------------------------------------------- /public/r/alert-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-10.json -------------------------------------------------------------------------------- /public/r/alert-dialog-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-dialog-01.json -------------------------------------------------------------------------------- /public/r/alert-dialog-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-dialog-02.json -------------------------------------------------------------------------------- /public/r/alert-dialog-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-dialog-03.json -------------------------------------------------------------------------------- /public/r/alert-dialog-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-dialog-04.json -------------------------------------------------------------------------------- /public/r/alert-dialog-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-dialog-05.json -------------------------------------------------------------------------------- /public/r/alert-dialog-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/alert-dialog-06.json -------------------------------------------------------------------------------- /public/r/animated-grid-pattern.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/animated-grid-pattern.json -------------------------------------------------------------------------------- /public/r/avatar-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-01.json -------------------------------------------------------------------------------- /public/r/avatar-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-02.json -------------------------------------------------------------------------------- /public/r/avatar-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-03.json -------------------------------------------------------------------------------- /public/r/avatar-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-04.json -------------------------------------------------------------------------------- /public/r/avatar-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-05.json -------------------------------------------------------------------------------- /public/r/avatar-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-06.json -------------------------------------------------------------------------------- /public/r/avatar-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-07.json -------------------------------------------------------------------------------- /public/r/avatar-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-08.json -------------------------------------------------------------------------------- /public/r/avatar-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-09.json -------------------------------------------------------------------------------- /public/r/avatar-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-10.json -------------------------------------------------------------------------------- /public/r/avatar-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-11.json -------------------------------------------------------------------------------- /public/r/avatar-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-12.json -------------------------------------------------------------------------------- /public/r/avatar-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/avatar-13.json -------------------------------------------------------------------------------- /public/r/badge-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-01.json -------------------------------------------------------------------------------- /public/r/badge-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-02.json -------------------------------------------------------------------------------- /public/r/badge-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-03.json -------------------------------------------------------------------------------- /public/r/badge-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-04.json -------------------------------------------------------------------------------- /public/r/badge-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-05.json -------------------------------------------------------------------------------- /public/r/badge-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-06.json -------------------------------------------------------------------------------- /public/r/badge-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-07.json -------------------------------------------------------------------------------- /public/r/badge-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-08.json -------------------------------------------------------------------------------- /public/r/badge-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-09.json -------------------------------------------------------------------------------- /public/r/badge-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-10.json -------------------------------------------------------------------------------- /public/r/badge-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-11.json -------------------------------------------------------------------------------- /public/r/badge-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-12.json -------------------------------------------------------------------------------- /public/r/badge-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/badge-13.json -------------------------------------------------------------------------------- /public/r/blog-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/blog-01.json -------------------------------------------------------------------------------- /public/r/blog-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/blog-02.json -------------------------------------------------------------------------------- /public/r/blog-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/blog-03.json -------------------------------------------------------------------------------- /public/r/breadcrumb-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-01.json -------------------------------------------------------------------------------- /public/r/breadcrumb-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-02.json -------------------------------------------------------------------------------- /public/r/breadcrumb-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-03.json -------------------------------------------------------------------------------- /public/r/breadcrumb-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-04.json -------------------------------------------------------------------------------- /public/r/breadcrumb-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-05.json -------------------------------------------------------------------------------- /public/r/breadcrumb-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-06.json -------------------------------------------------------------------------------- /public/r/breadcrumb-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-07.json -------------------------------------------------------------------------------- /public/r/breadcrumb-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-08.json -------------------------------------------------------------------------------- /public/r/breadcrumb-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-09.json -------------------------------------------------------------------------------- /public/r/breadcrumb-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-10.json -------------------------------------------------------------------------------- /public/r/breadcrumb-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-11.json -------------------------------------------------------------------------------- /public/r/breadcrumb-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-12.json -------------------------------------------------------------------------------- /public/r/breadcrumb-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-13.json -------------------------------------------------------------------------------- /public/r/breadcrumb-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-14.json -------------------------------------------------------------------------------- /public/r/breadcrumb-15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/breadcrumb-15.json -------------------------------------------------------------------------------- /public/r/button-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-01.json -------------------------------------------------------------------------------- /public/r/button-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-02.json -------------------------------------------------------------------------------- /public/r/button-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-03.json -------------------------------------------------------------------------------- /public/r/button-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-04.json -------------------------------------------------------------------------------- /public/r/button-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-05.json -------------------------------------------------------------------------------- /public/r/button-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-06.json -------------------------------------------------------------------------------- /public/r/button-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-07.json -------------------------------------------------------------------------------- /public/r/button-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-08.json -------------------------------------------------------------------------------- /public/r/button-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-09.json -------------------------------------------------------------------------------- /public/r/button-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-10.json -------------------------------------------------------------------------------- /public/r/button-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-11.json -------------------------------------------------------------------------------- /public/r/button-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-12.json -------------------------------------------------------------------------------- /public/r/button-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-13.json -------------------------------------------------------------------------------- /public/r/button-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-14.json -------------------------------------------------------------------------------- /public/r/button-15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-15.json -------------------------------------------------------------------------------- /public/r/button-16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-16.json -------------------------------------------------------------------------------- /public/r/button-17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-17.json -------------------------------------------------------------------------------- /public/r/button-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-18.json -------------------------------------------------------------------------------- /public/r/button-19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-19.json -------------------------------------------------------------------------------- /public/r/button-20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-20.json -------------------------------------------------------------------------------- /public/r/button-21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-21.json -------------------------------------------------------------------------------- /public/r/button-22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-22.json -------------------------------------------------------------------------------- /public/r/button-23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/button-23.json -------------------------------------------------------------------------------- /public/r/card-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-01.json -------------------------------------------------------------------------------- /public/r/card-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-02.json -------------------------------------------------------------------------------- /public/r/card-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-03.json -------------------------------------------------------------------------------- /public/r/card-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-04.json -------------------------------------------------------------------------------- /public/r/card-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-05.json -------------------------------------------------------------------------------- /public/r/card-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-06.json -------------------------------------------------------------------------------- /public/r/card-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-07.json -------------------------------------------------------------------------------- /public/r/card-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/card-08.json -------------------------------------------------------------------------------- /public/r/carousel-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-01.json -------------------------------------------------------------------------------- /public/r/carousel-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-02.json -------------------------------------------------------------------------------- /public/r/carousel-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-03.json -------------------------------------------------------------------------------- /public/r/carousel-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-04.json -------------------------------------------------------------------------------- /public/r/carousel-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-05.json -------------------------------------------------------------------------------- /public/r/carousel-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-06.json -------------------------------------------------------------------------------- /public/r/carousel-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-07.json -------------------------------------------------------------------------------- /public/r/carousel-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-08.json -------------------------------------------------------------------------------- /public/r/carousel-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-09.json -------------------------------------------------------------------------------- /public/r/carousel-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-10.json -------------------------------------------------------------------------------- /public/r/carousel-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/carousel-11.json -------------------------------------------------------------------------------- /public/r/checkbox-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-01.json -------------------------------------------------------------------------------- /public/r/checkbox-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-02.json -------------------------------------------------------------------------------- /public/r/checkbox-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-03.json -------------------------------------------------------------------------------- /public/r/checkbox-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-04.json -------------------------------------------------------------------------------- /public/r/checkbox-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-05.json -------------------------------------------------------------------------------- /public/r/checkbox-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-06.json -------------------------------------------------------------------------------- /public/r/checkbox-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-07.json -------------------------------------------------------------------------------- /public/r/checkbox-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-08.json -------------------------------------------------------------------------------- /public/r/checkbox-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-09.json -------------------------------------------------------------------------------- /public/r/checkbox-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-10.json -------------------------------------------------------------------------------- /public/r/checkbox-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-11.json -------------------------------------------------------------------------------- /public/r/checkbox-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/checkbox-12.json -------------------------------------------------------------------------------- /public/r/collapsible-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/collapsible-01.json -------------------------------------------------------------------------------- /public/r/collapsible-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/collapsible-02.json -------------------------------------------------------------------------------- /public/r/collapsible-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/collapsible-03.json -------------------------------------------------------------------------------- /public/r/collapsible-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/collapsible-04.json -------------------------------------------------------------------------------- /public/r/contact-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/contact-01.json -------------------------------------------------------------------------------- /public/r/contact-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/contact-02.json -------------------------------------------------------------------------------- /public/r/contact-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/contact-03.json -------------------------------------------------------------------------------- /public/r/dot-pattern.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dot-pattern.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-01.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-02.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-03.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-04.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-05.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-06.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-07.json -------------------------------------------------------------------------------- /public/r/dropdown-menu-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/dropdown-menu-08.json -------------------------------------------------------------------------------- /public/r/faq-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-01.json -------------------------------------------------------------------------------- /public/r/faq-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-02.json -------------------------------------------------------------------------------- /public/r/faq-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-03.json -------------------------------------------------------------------------------- /public/r/faq-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-04.json -------------------------------------------------------------------------------- /public/r/faq-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-05.json -------------------------------------------------------------------------------- /public/r/faq-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-06.json -------------------------------------------------------------------------------- /public/r/faq-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/faq-07.json -------------------------------------------------------------------------------- /public/r/features-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-01.json -------------------------------------------------------------------------------- /public/r/features-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-02.json -------------------------------------------------------------------------------- /public/r/features-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-03.json -------------------------------------------------------------------------------- /public/r/features-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-04.json -------------------------------------------------------------------------------- /public/r/features-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-05.json -------------------------------------------------------------------------------- /public/r/features-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-06.json -------------------------------------------------------------------------------- /public/r/features-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/features-07.json -------------------------------------------------------------------------------- /public/r/footer-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/footer-01.json -------------------------------------------------------------------------------- /public/r/footer-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/footer-02.json -------------------------------------------------------------------------------- /public/r/footer-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/footer-03.json -------------------------------------------------------------------------------- /public/r/footer-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/footer-04.json -------------------------------------------------------------------------------- /public/r/footer-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/footer-05.json -------------------------------------------------------------------------------- /public/r/hero-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-01.json -------------------------------------------------------------------------------- /public/r/hero-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-02.json -------------------------------------------------------------------------------- /public/r/hero-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-03.json -------------------------------------------------------------------------------- /public/r/hero-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-04.json -------------------------------------------------------------------------------- /public/r/hero-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-05.json -------------------------------------------------------------------------------- /public/r/hero-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-06.json -------------------------------------------------------------------------------- /public/r/hero-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/hero-07.json -------------------------------------------------------------------------------- /public/r/input-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-01.json -------------------------------------------------------------------------------- /public/r/input-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-02.json -------------------------------------------------------------------------------- /public/r/input-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-03.json -------------------------------------------------------------------------------- /public/r/input-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-04.json -------------------------------------------------------------------------------- /public/r/input-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-05.json -------------------------------------------------------------------------------- /public/r/input-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-06.json -------------------------------------------------------------------------------- /public/r/input-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-07.json -------------------------------------------------------------------------------- /public/r/input-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-08.json -------------------------------------------------------------------------------- /public/r/input-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-09.json -------------------------------------------------------------------------------- /public/r/input-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-10.json -------------------------------------------------------------------------------- /public/r/input-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-11.json -------------------------------------------------------------------------------- /public/r/input-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-12.json -------------------------------------------------------------------------------- /public/r/input-otp-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-01.json -------------------------------------------------------------------------------- /public/r/input-otp-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-02.json -------------------------------------------------------------------------------- /public/r/input-otp-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-03.json -------------------------------------------------------------------------------- /public/r/input-otp-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-04.json -------------------------------------------------------------------------------- /public/r/input-otp-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-05.json -------------------------------------------------------------------------------- /public/r/input-otp-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-06.json -------------------------------------------------------------------------------- /public/r/input-otp-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/input-otp-07.json -------------------------------------------------------------------------------- /public/r/login-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/login-01.json -------------------------------------------------------------------------------- /public/r/login-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/login-02.json -------------------------------------------------------------------------------- /public/r/login-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/login-03.json -------------------------------------------------------------------------------- /public/r/login-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/login-04.json -------------------------------------------------------------------------------- /public/r/login-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/login-05.json -------------------------------------------------------------------------------- /public/r/logo-cloud-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-01.json -------------------------------------------------------------------------------- /public/r/logo-cloud-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-02.json -------------------------------------------------------------------------------- /public/r/logo-cloud-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-03.json -------------------------------------------------------------------------------- /public/r/logo-cloud-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-04.json -------------------------------------------------------------------------------- /public/r/logo-cloud-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-05.json -------------------------------------------------------------------------------- /public/r/logo-cloud-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-06.json -------------------------------------------------------------------------------- /public/r/logo-cloud-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logo-cloud-07.json -------------------------------------------------------------------------------- /public/r/logos-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-01.json -------------------------------------------------------------------------------- /public/r/logos-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-02.json -------------------------------------------------------------------------------- /public/r/logos-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-03.json -------------------------------------------------------------------------------- /public/r/logos-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-04.json -------------------------------------------------------------------------------- /public/r/logos-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-05.json -------------------------------------------------------------------------------- /public/r/logos-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-06.json -------------------------------------------------------------------------------- /public/r/logos-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/logos-07.json -------------------------------------------------------------------------------- /public/r/marquee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/marquee.json -------------------------------------------------------------------------------- /public/r/navbar-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navbar-01.json -------------------------------------------------------------------------------- /public/r/navbar-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navbar-02.json -------------------------------------------------------------------------------- /public/r/navbar-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navbar-03.json -------------------------------------------------------------------------------- /public/r/navbar-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navbar-04.json -------------------------------------------------------------------------------- /public/r/navbar-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navbar-05.json -------------------------------------------------------------------------------- /public/r/navigation-menu-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-01.json -------------------------------------------------------------------------------- /public/r/navigation-menu-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-02.json -------------------------------------------------------------------------------- /public/r/navigation-menu-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-03.json -------------------------------------------------------------------------------- /public/r/navigation-menu-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-04.json -------------------------------------------------------------------------------- /public/r/navigation-menu-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-05.json -------------------------------------------------------------------------------- /public/r/navigation-menu-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-06.json -------------------------------------------------------------------------------- /public/r/navigation-menu-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-07.json -------------------------------------------------------------------------------- /public/r/navigation-menu-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/navigation-menu-08.json -------------------------------------------------------------------------------- /public/r/pagination-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-01.json -------------------------------------------------------------------------------- /public/r/pagination-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-02.json -------------------------------------------------------------------------------- /public/r/pagination-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-03.json -------------------------------------------------------------------------------- /public/r/pagination-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-04.json -------------------------------------------------------------------------------- /public/r/pagination-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-05.json -------------------------------------------------------------------------------- /public/r/pagination-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-06.json -------------------------------------------------------------------------------- /public/r/pagination-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-07.json -------------------------------------------------------------------------------- /public/r/pagination-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-08.json -------------------------------------------------------------------------------- /public/r/pagination-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-09.json -------------------------------------------------------------------------------- /public/r/pagination-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-10.json -------------------------------------------------------------------------------- /public/r/pagination-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-11.json -------------------------------------------------------------------------------- /public/r/pagination-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-12.json -------------------------------------------------------------------------------- /public/r/pagination-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-13.json -------------------------------------------------------------------------------- /public/r/pagination-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pagination-14.json -------------------------------------------------------------------------------- /public/r/particles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/particles.json -------------------------------------------------------------------------------- /public/r/pricing-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pricing-01.json -------------------------------------------------------------------------------- /public/r/pricing-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pricing-02.json -------------------------------------------------------------------------------- /public/r/pricing-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pricing-03.json -------------------------------------------------------------------------------- /public/r/pricing-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pricing-04.json -------------------------------------------------------------------------------- /public/r/pricing-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pricing-05.json -------------------------------------------------------------------------------- /public/r/pricing-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/pricing-06.json -------------------------------------------------------------------------------- /public/r/progress-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-01.json -------------------------------------------------------------------------------- /public/r/progress-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-02.json -------------------------------------------------------------------------------- /public/r/progress-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-03.json -------------------------------------------------------------------------------- /public/r/progress-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-04.json -------------------------------------------------------------------------------- /public/r/progress-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-05.json -------------------------------------------------------------------------------- /public/r/progress-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-06.json -------------------------------------------------------------------------------- /public/r/progress-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-07.json -------------------------------------------------------------------------------- /public/r/progress-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-08.json -------------------------------------------------------------------------------- /public/r/progress-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-09.json -------------------------------------------------------------------------------- /public/r/progress-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-10.json -------------------------------------------------------------------------------- /public/r/progress-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-11.json -------------------------------------------------------------------------------- /public/r/progress-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/progress-12.json -------------------------------------------------------------------------------- /public/r/radio-group-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-01.json -------------------------------------------------------------------------------- /public/r/radio-group-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-02.json -------------------------------------------------------------------------------- /public/r/radio-group-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-03.json -------------------------------------------------------------------------------- /public/r/radio-group-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-04.json -------------------------------------------------------------------------------- /public/r/radio-group-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-05.json -------------------------------------------------------------------------------- /public/r/radio-group-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-06.json -------------------------------------------------------------------------------- /public/r/radio-group-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-07.json -------------------------------------------------------------------------------- /public/r/radio-group-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-08.json -------------------------------------------------------------------------------- /public/r/radio-group-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/radio-group-09.json -------------------------------------------------------------------------------- /public/r/registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/registry.json -------------------------------------------------------------------------------- /public/r/select-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-01.json -------------------------------------------------------------------------------- /public/r/select-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-02.json -------------------------------------------------------------------------------- /public/r/select-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-03.json -------------------------------------------------------------------------------- /public/r/select-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-04.json -------------------------------------------------------------------------------- /public/r/select-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-05.json -------------------------------------------------------------------------------- /public/r/select-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-06.json -------------------------------------------------------------------------------- /public/r/select-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-07.json -------------------------------------------------------------------------------- /public/r/select-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-08.json -------------------------------------------------------------------------------- /public/r/select-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-09.json -------------------------------------------------------------------------------- /public/r/select-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-10.json -------------------------------------------------------------------------------- /public/r/select-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-11.json -------------------------------------------------------------------------------- /public/r/select-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/select-12.json -------------------------------------------------------------------------------- /public/r/separator-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-01.json -------------------------------------------------------------------------------- /public/r/separator-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-02.json -------------------------------------------------------------------------------- /public/r/separator-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-03.json -------------------------------------------------------------------------------- /public/r/separator-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-04.json -------------------------------------------------------------------------------- /public/r/separator-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-05.json -------------------------------------------------------------------------------- /public/r/separator-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-06.json -------------------------------------------------------------------------------- /public/r/separator-with-label-vertical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/separator-with-label-vertical.json -------------------------------------------------------------------------------- /public/r/signup-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/signup-01.json -------------------------------------------------------------------------------- /public/r/signup-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/signup-02.json -------------------------------------------------------------------------------- /public/r/signup-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/signup-03.json -------------------------------------------------------------------------------- /public/r/signup-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/signup-04.json -------------------------------------------------------------------------------- /public/r/signup-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/signup-05.json -------------------------------------------------------------------------------- /public/r/slider-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-01.json -------------------------------------------------------------------------------- /public/r/slider-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-02.json -------------------------------------------------------------------------------- /public/r/slider-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-03.json -------------------------------------------------------------------------------- /public/r/slider-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-04.json -------------------------------------------------------------------------------- /public/r/slider-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-05.json -------------------------------------------------------------------------------- /public/r/slider-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-06.json -------------------------------------------------------------------------------- /public/r/slider-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-07.json -------------------------------------------------------------------------------- /public/r/slider-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-08.json -------------------------------------------------------------------------------- /public/r/slider-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-09.json -------------------------------------------------------------------------------- /public/r/slider-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-10.json -------------------------------------------------------------------------------- /public/r/slider-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-11.json -------------------------------------------------------------------------------- /public/r/slider-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-12.json -------------------------------------------------------------------------------- /public/r/slider-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-13.json -------------------------------------------------------------------------------- /public/r/slider-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-14.json -------------------------------------------------------------------------------- /public/r/slider-15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/slider-15.json -------------------------------------------------------------------------------- /public/r/spinner-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-01.json -------------------------------------------------------------------------------- /public/r/spinner-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-02.json -------------------------------------------------------------------------------- /public/r/spinner-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-03.json -------------------------------------------------------------------------------- /public/r/spinner-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-04.json -------------------------------------------------------------------------------- /public/r/spinner-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-05.json -------------------------------------------------------------------------------- /public/r/spinner-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-06.json -------------------------------------------------------------------------------- /public/r/spinner-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-07.json -------------------------------------------------------------------------------- /public/r/spinner-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-08.json -------------------------------------------------------------------------------- /public/r/spinner-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-09.json -------------------------------------------------------------------------------- /public/r/spinner-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-10.json -------------------------------------------------------------------------------- /public/r/spinner-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/spinner-11.json -------------------------------------------------------------------------------- /public/r/stats-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/stats-01.json -------------------------------------------------------------------------------- /public/r/stats-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/stats-02.json -------------------------------------------------------------------------------- /public/r/switch-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-01.json -------------------------------------------------------------------------------- /public/r/switch-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-02.json -------------------------------------------------------------------------------- /public/r/switch-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-03.json -------------------------------------------------------------------------------- /public/r/switch-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-04.json -------------------------------------------------------------------------------- /public/r/switch-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-05.json -------------------------------------------------------------------------------- /public/r/switch-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-06.json -------------------------------------------------------------------------------- /public/r/switch-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/switch-07.json -------------------------------------------------------------------------------- /public/r/table-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-01.json -------------------------------------------------------------------------------- /public/r/table-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-02.json -------------------------------------------------------------------------------- /public/r/table-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-03.json -------------------------------------------------------------------------------- /public/r/table-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-04.json -------------------------------------------------------------------------------- /public/r/table-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-05.json -------------------------------------------------------------------------------- /public/r/table-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-06.json -------------------------------------------------------------------------------- /public/r/table-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-07.json -------------------------------------------------------------------------------- /public/r/table-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-08.json -------------------------------------------------------------------------------- /public/r/table-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-09.json -------------------------------------------------------------------------------- /public/r/table-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-10.json -------------------------------------------------------------------------------- /public/r/table-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/table-11.json -------------------------------------------------------------------------------- /public/r/tabs-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-01.json -------------------------------------------------------------------------------- /public/r/tabs-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-02.json -------------------------------------------------------------------------------- /public/r/tabs-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-03.json -------------------------------------------------------------------------------- /public/r/tabs-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-04.json -------------------------------------------------------------------------------- /public/r/tabs-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-05.json -------------------------------------------------------------------------------- /public/r/tabs-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-06.json -------------------------------------------------------------------------------- /public/r/tabs-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-07.json -------------------------------------------------------------------------------- /public/r/tabs-08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-08.json -------------------------------------------------------------------------------- /public/r/tabs-09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-09.json -------------------------------------------------------------------------------- /public/r/tabs-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-10.json -------------------------------------------------------------------------------- /public/r/tabs-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-11.json -------------------------------------------------------------------------------- /public/r/tabs-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-12.json -------------------------------------------------------------------------------- /public/r/tabs-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-13.json -------------------------------------------------------------------------------- /public/r/tabs-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-14.json -------------------------------------------------------------------------------- /public/r/tabs-15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-15.json -------------------------------------------------------------------------------- /public/r/tabs-16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-16.json -------------------------------------------------------------------------------- /public/r/tabs-17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-17.json -------------------------------------------------------------------------------- /public/r/tabs-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tabs-18.json -------------------------------------------------------------------------------- /public/r/team-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/team-01.json -------------------------------------------------------------------------------- /public/r/team-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/team-02.json -------------------------------------------------------------------------------- /public/r/team-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/team-03.json -------------------------------------------------------------------------------- /public/r/team-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/team-04.json -------------------------------------------------------------------------------- /public/r/team-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/team-05.json -------------------------------------------------------------------------------- /public/r/testimonial-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonial-01.json -------------------------------------------------------------------------------- /public/r/testimonial-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonial-02.json -------------------------------------------------------------------------------- /public/r/testimonial-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonial-03.json -------------------------------------------------------------------------------- /public/r/testimonial-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonial-04.json -------------------------------------------------------------------------------- /public/r/testimonial-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonial-05.json -------------------------------------------------------------------------------- /public/r/testimonial-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonial-06.json -------------------------------------------------------------------------------- /public/r/testimonials-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonials-01.json -------------------------------------------------------------------------------- /public/r/testimonials-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonials-02.json -------------------------------------------------------------------------------- /public/r/testimonials-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonials-03.json -------------------------------------------------------------------------------- /public/r/testimonials-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonials-04.json -------------------------------------------------------------------------------- /public/r/testimonials-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonials-05.json -------------------------------------------------------------------------------- /public/r/testimonials-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/testimonials-06.json -------------------------------------------------------------------------------- /public/r/textarea-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-01.json -------------------------------------------------------------------------------- /public/r/textarea-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-02.json -------------------------------------------------------------------------------- /public/r/textarea-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-03.json -------------------------------------------------------------------------------- /public/r/textarea-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-04.json -------------------------------------------------------------------------------- /public/r/textarea-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-05.json -------------------------------------------------------------------------------- /public/r/textarea-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-06.json -------------------------------------------------------------------------------- /public/r/textarea-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/textarea-07.json -------------------------------------------------------------------------------- /public/r/timeline-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-01.json -------------------------------------------------------------------------------- /public/r/timeline-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-02.json -------------------------------------------------------------------------------- /public/r/timeline-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-03.json -------------------------------------------------------------------------------- /public/r/timeline-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-04.json -------------------------------------------------------------------------------- /public/r/timeline-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-05.json -------------------------------------------------------------------------------- /public/r/timeline-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-06.json -------------------------------------------------------------------------------- /public/r/timeline-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/timeline-07.json -------------------------------------------------------------------------------- /public/r/tooltip-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-01.json -------------------------------------------------------------------------------- /public/r/tooltip-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-02.json -------------------------------------------------------------------------------- /public/r/tooltip-03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-03.json -------------------------------------------------------------------------------- /public/r/tooltip-04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-04.json -------------------------------------------------------------------------------- /public/r/tooltip-05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-05.json -------------------------------------------------------------------------------- /public/r/tooltip-06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-06.json -------------------------------------------------------------------------------- /public/r/tooltip-07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/public/r/tooltip-07.json -------------------------------------------------------------------------------- /registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/registry.json -------------------------------------------------------------------------------- /src/app/(components)/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/(components)/layout.tsx -------------------------------------------------------------------------------- /src/app/api/og/route.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/api/og/route.tsx -------------------------------------------------------------------------------- /src/app/blocks/[block]/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/blocks/[block]/page.tsx -------------------------------------------------------------------------------- /src/app/blocks/[block]/preview/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/blocks/[block]/preview/layout.tsx -------------------------------------------------------------------------------- /src/app/blocks/[block]/preview/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/blocks/[block]/preview/page.tsx -------------------------------------------------------------------------------- /src/app/blocks/categories/[category]/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/blocks/categories/[category]/page.tsx -------------------------------------------------------------------------------- /src/app/blocks/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/blocks/page.tsx -------------------------------------------------------------------------------- /src/app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/favicon.ico -------------------------------------------------------------------------------- /src/app/fonts/InterVariable-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/fonts/InterVariable-Italic.woff2 -------------------------------------------------------------------------------- /src/app/fonts/InterVariable.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/fonts/InterVariable.woff2 -------------------------------------------------------------------------------- /src/app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/globals.css -------------------------------------------------------------------------------- /src/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/layout.tsx -------------------------------------------------------------------------------- /src/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/page.tsx -------------------------------------------------------------------------------- /src/app/roadmap/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/roadmap/page.tsx -------------------------------------------------------------------------------- /src/app/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/robots.txt -------------------------------------------------------------------------------- /src/app/sitemap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/sitemap.ts -------------------------------------------------------------------------------- /src/app/templates/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/templates/layout.tsx -------------------------------------------------------------------------------- /src/app/templates/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/app/templates/page.tsx -------------------------------------------------------------------------------- /src/assets/fonts/DMSans-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/assets/fonts/DMSans-SemiBold.ttf -------------------------------------------------------------------------------- /src/blocks/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/blocks/index.tsx -------------------------------------------------------------------------------- /src/components/app-sidebar/app-sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/app-sidebar/app-sidebar.tsx -------------------------------------------------------------------------------- /src/components/app-sidebar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/app-sidebar/index.ts -------------------------------------------------------------------------------- /src/components/app-sidebar/sidebar-menu-item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/app-sidebar/sidebar-menu-item.tsx -------------------------------------------------------------------------------- /src/components/app-sidebar/theme-toggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/app-sidebar/theme-toggle.tsx -------------------------------------------------------------------------------- /src/components/blocks/block-code-explorer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/block-code-explorer.tsx -------------------------------------------------------------------------------- /src/components/blocks/block-code-sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/block-code-sidebar.tsx -------------------------------------------------------------------------------- /src/components/blocks/block-details.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/block-details.tsx -------------------------------------------------------------------------------- /src/components/blocks/block-preview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/block-preview.tsx -------------------------------------------------------------------------------- /src/components/blocks/block-toolbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/block-toolbar.tsx -------------------------------------------------------------------------------- /src/components/blocks/block.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/block.tsx -------------------------------------------------------------------------------- /src/components/blocks/file-preview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/file-preview.tsx -------------------------------------------------------------------------------- /src/components/blocks/file-tree.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/file-tree.tsx -------------------------------------------------------------------------------- /src/components/blocks/v0-button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/blocks/v0-button.tsx -------------------------------------------------------------------------------- /src/components/carbon-ads.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/carbon-ads.tsx -------------------------------------------------------------------------------- /src/components/code-block.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/code-block.tsx -------------------------------------------------------------------------------- /src/components/component-block.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/component-block.tsx -------------------------------------------------------------------------------- /src/components/copy-button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/copy-button.tsx -------------------------------------------------------------------------------- /src/components/copy-to-clipboard-button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/copy-to-clipboard-button.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-01.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-02.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-03.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-04.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-05.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-06.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-07.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-08.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-09.tsx -------------------------------------------------------------------------------- /src/components/customized/alert/alert-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/alert/alert-10.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-01.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-02.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-03.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-04.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-05.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-06.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-07.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-08.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-09.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-10.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-11.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-12.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-12.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-13.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-13.tsx -------------------------------------------------------------------------------- /src/components/customized/avatar/avatar-14.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/avatar/avatar-14.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-01.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-02.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-03.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-04.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-05.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-06.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-07.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-08.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-09.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-10.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-11.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-12.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-12.tsx -------------------------------------------------------------------------------- /src/components/customized/badge/badge-13.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/badge/badge-13.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-01.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-02.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-03.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-04.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-05.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-06.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-07.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-08.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-09.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-10.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-11.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-12.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-12.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-13.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-13.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-14.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-14.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-15.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-15.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-16.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-16.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-17.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-17.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-18.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-18.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-19.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-19.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-20.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-20.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-21.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-21.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-22.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-22.tsx -------------------------------------------------------------------------------- /src/components/customized/button/button-23.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/button/button-23.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-01.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-02.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-03.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-04.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-05.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-06.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-07.tsx -------------------------------------------------------------------------------- /src/components/customized/card/card-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/card/card-08.tsx -------------------------------------------------------------------------------- /src/components/customized/code-dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/code-dialog.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-01.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-02.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-03.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-04.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-05.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-06.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-07.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-08.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-09.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-10.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-11.tsx -------------------------------------------------------------------------------- /src/components/customized/input/input-12.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/input/input-12.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-01.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-02.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-03.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-04.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-05.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-06.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-07.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-08.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-09.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-10.tsx -------------------------------------------------------------------------------- /src/components/customized/select/select-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/select/select-11.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-01.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-02.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-03.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-04.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-05.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-06.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-07.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-08.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-09.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-10.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-11.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-12.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-12.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-13.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-13.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-14.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-14.tsx -------------------------------------------------------------------------------- /src/components/customized/slider/slider-15.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/slider/slider-15.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-01.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-02.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-03.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-04.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-05.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-06.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-07.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-08.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-09.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-10.tsx -------------------------------------------------------------------------------- /src/components/customized/spinner/spinner-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/spinner/spinner-11.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-01.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-02.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-03.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-04.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-05.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-06.tsx -------------------------------------------------------------------------------- /src/components/customized/switch/switch-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/switch/switch-07.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-01.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-02.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-03.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-04.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-05.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-06.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-07.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-08.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-09.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-10.tsx -------------------------------------------------------------------------------- /src/components/customized/table/table-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/table/table-11.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-01.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-02.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-03.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-04.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-05.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-06.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-07.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-08.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-08.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-09.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-09.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-10.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-10.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-11.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-11.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-12.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-12.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-13.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-13.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-14.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-14.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-15.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-15.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-16.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-16.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-17.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-17.tsx -------------------------------------------------------------------------------- /src/components/customized/tabs/tabs-18.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tabs/tabs-18.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-01.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-01.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-02.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-02.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-03.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-03.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-04.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-04.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-05.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-05.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-06.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-06.tsx -------------------------------------------------------------------------------- /src/components/customized/tooltip/tooltip-07.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/customized/tooltip/tooltip-07.tsx -------------------------------------------------------------------------------- /src/components/github-star-button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/github-star-button.tsx -------------------------------------------------------------------------------- /src/components/home/background-pattern.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/home/background-pattern.tsx -------------------------------------------------------------------------------- /src/components/home/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/home/faq.tsx -------------------------------------------------------------------------------- /src/components/home/features.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/home/features.tsx -------------------------------------------------------------------------------- /src/components/home/hero.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/home/hero.tsx -------------------------------------------------------------------------------- /src/components/home/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/home/index.ts -------------------------------------------------------------------------------- /src/components/icons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/icons.tsx -------------------------------------------------------------------------------- /src/components/layout/app-navigation-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/layout/app-navigation-menu.tsx -------------------------------------------------------------------------------- /src/components/layout/footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/layout/footer.tsx -------------------------------------------------------------------------------- /src/components/layout/navbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/layout/navbar.tsx -------------------------------------------------------------------------------- /src/components/layout/navigation-sheet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/layout/navigation-sheet.tsx -------------------------------------------------------------------------------- /src/components/logo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/logo.tsx -------------------------------------------------------------------------------- /src/components/logos.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/logos.tsx -------------------------------------------------------------------------------- /src/components/magicui/animated-grid-pattern.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/magicui/animated-grid-pattern.tsx -------------------------------------------------------------------------------- /src/components/templates/template-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/templates/template-card.tsx -------------------------------------------------------------------------------- /src/components/typography.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/typography.tsx -------------------------------------------------------------------------------- /src/components/ui/accordion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/accordion.tsx -------------------------------------------------------------------------------- /src/components/ui/alert-dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/alert-dialog.tsx -------------------------------------------------------------------------------- /src/components/ui/alert.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/alert.tsx -------------------------------------------------------------------------------- /src/components/ui/animated-grid-pattern.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/animated-grid-pattern.tsx -------------------------------------------------------------------------------- /src/components/ui/aspect-ratio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/aspect-ratio.tsx -------------------------------------------------------------------------------- /src/components/ui/avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/avatar.tsx -------------------------------------------------------------------------------- /src/components/ui/badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/badge.tsx -------------------------------------------------------------------------------- /src/components/ui/breadcrumb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/breadcrumb.tsx -------------------------------------------------------------------------------- /src/components/ui/button-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/button-group.tsx -------------------------------------------------------------------------------- /src/components/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/button.tsx -------------------------------------------------------------------------------- /src/components/ui/calendar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/calendar.tsx -------------------------------------------------------------------------------- /src/components/ui/card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/card.tsx -------------------------------------------------------------------------------- /src/components/ui/carousel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/carousel.tsx -------------------------------------------------------------------------------- /src/components/ui/chart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/chart.tsx -------------------------------------------------------------------------------- /src/components/ui/checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/checkbox.tsx -------------------------------------------------------------------------------- /src/components/ui/collapsible.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/collapsible.tsx -------------------------------------------------------------------------------- /src/components/ui/command.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/command.tsx -------------------------------------------------------------------------------- /src/components/ui/context-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/context-menu.tsx -------------------------------------------------------------------------------- /src/components/ui/dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/dialog.tsx -------------------------------------------------------------------------------- /src/components/ui/dot-pattern.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/dot-pattern.tsx -------------------------------------------------------------------------------- /src/components/ui/drawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/drawer.tsx -------------------------------------------------------------------------------- /src/components/ui/dropdown-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/dropdown-menu.tsx -------------------------------------------------------------------------------- /src/components/ui/empty.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/empty.tsx -------------------------------------------------------------------------------- /src/components/ui/field.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/field.tsx -------------------------------------------------------------------------------- /src/components/ui/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/form.tsx -------------------------------------------------------------------------------- /src/components/ui/hover-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/hover-card.tsx -------------------------------------------------------------------------------- /src/components/ui/icons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/icons.tsx -------------------------------------------------------------------------------- /src/components/ui/input-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/input-group.tsx -------------------------------------------------------------------------------- /src/components/ui/input-otp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/input-otp.tsx -------------------------------------------------------------------------------- /src/components/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/input.tsx -------------------------------------------------------------------------------- /src/components/ui/item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/item.tsx -------------------------------------------------------------------------------- /src/components/ui/kbd.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/kbd.tsx -------------------------------------------------------------------------------- /src/components/ui/label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/label.tsx -------------------------------------------------------------------------------- /src/components/ui/marquee.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/marquee.tsx -------------------------------------------------------------------------------- /src/components/ui/menubar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/menubar.tsx -------------------------------------------------------------------------------- /src/components/ui/navigation-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/navigation-menu.tsx -------------------------------------------------------------------------------- /src/components/ui/pagination.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/pagination.tsx -------------------------------------------------------------------------------- /src/components/ui/particles.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/particles.tsx -------------------------------------------------------------------------------- /src/components/ui/popover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/popover.tsx -------------------------------------------------------------------------------- /src/components/ui/progress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/progress.tsx -------------------------------------------------------------------------------- /src/components/ui/radio-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/radio-group.tsx -------------------------------------------------------------------------------- /src/components/ui/resizable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/resizable.tsx -------------------------------------------------------------------------------- /src/components/ui/scroll-area.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/scroll-area.tsx -------------------------------------------------------------------------------- /src/components/ui/select.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/select.tsx -------------------------------------------------------------------------------- /src/components/ui/separator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/separator.tsx -------------------------------------------------------------------------------- /src/components/ui/sheet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/sheet.tsx -------------------------------------------------------------------------------- /src/components/ui/sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/sidebar.tsx -------------------------------------------------------------------------------- /src/components/ui/skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/skeleton.tsx -------------------------------------------------------------------------------- /src/components/ui/slider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/slider.tsx -------------------------------------------------------------------------------- /src/components/ui/sonner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/sonner.tsx -------------------------------------------------------------------------------- /src/components/ui/spinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/spinner.tsx -------------------------------------------------------------------------------- /src/components/ui/switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/switch.tsx -------------------------------------------------------------------------------- /src/components/ui/table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/table.tsx -------------------------------------------------------------------------------- /src/components/ui/tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/tabs.tsx -------------------------------------------------------------------------------- /src/components/ui/textarea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/textarea.tsx -------------------------------------------------------------------------------- /src/components/ui/toggle-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/toggle-group.tsx -------------------------------------------------------------------------------- /src/components/ui/toggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/toggle.tsx -------------------------------------------------------------------------------- /src/components/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/ui/tooltip.tsx -------------------------------------------------------------------------------- /src/components/version-switcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/components/version-switcher.tsx -------------------------------------------------------------------------------- /src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/config.ts -------------------------------------------------------------------------------- /src/config/app.ts: -------------------------------------------------------------------------------- 1 | export const app = { 2 | domain: "https://www.shadcnui-blocks.com", 3 | }; 4 | -------------------------------------------------------------------------------- /src/config/registry/block-layouts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/config/registry/block-layouts.tsx -------------------------------------------------------------------------------- /src/config/registry/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/config/registry/index.ts -------------------------------------------------------------------------------- /src/config/versions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/config/versions.ts -------------------------------------------------------------------------------- /src/description/app-sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/app-sidebar.tsx -------------------------------------------------------------------------------- /src/description/blocks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/blocks.tsx -------------------------------------------------------------------------------- /src/description/customized-components.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/customized-components.ts -------------------------------------------------------------------------------- /src/description/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/faq.tsx -------------------------------------------------------------------------------- /src/description/package-managers.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/package-managers.tsx -------------------------------------------------------------------------------- /src/description/roadmap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/roadmap.tsx -------------------------------------------------------------------------------- /src/description/templates.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/description/templates.ts -------------------------------------------------------------------------------- /src/hooks/use-block-theme.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/hooks/use-block-theme.tsx -------------------------------------------------------------------------------- /src/hooks/use-copy-to-clipboard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/hooks/use-copy-to-clipboard.tsx -------------------------------------------------------------------------------- /src/hooks/use-debounce.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/hooks/use-debounce.tsx -------------------------------------------------------------------------------- /src/hooks/use-mobile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/hooks/use-mobile.ts -------------------------------------------------------------------------------- /src/hooks/use-mobile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/hooks/use-mobile.tsx -------------------------------------------------------------------------------- /src/hooks/use-version.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/hooks/use-version.ts -------------------------------------------------------------------------------- /src/lib/blocks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/blocks.ts -------------------------------------------------------------------------------- /src/lib/carbon-ad.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/carbon-ad.ts -------------------------------------------------------------------------------- /src/lib/file-tree.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/file-tree.ts -------------------------------------------------------------------------------- /src/lib/file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/file.ts -------------------------------------------------------------------------------- /src/lib/metadata.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/metadata.ts -------------------------------------------------------------------------------- /src/lib/og.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/og.ts -------------------------------------------------------------------------------- /src/lib/shadcn-registry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/shadcn-registry.ts -------------------------------------------------------------------------------- /src/lib/shiki.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/shiki.ts -------------------------------------------------------------------------------- /src/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/utils.ts -------------------------------------------------------------------------------- /src/lib/validations/og.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/lib/validations/og.ts -------------------------------------------------------------------------------- /src/providers/block-provider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/providers/block-provider.tsx -------------------------------------------------------------------------------- /src/providers/package-manager-provider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/providers/package-manager-provider.tsx -------------------------------------------------------------------------------- /src/providers/posthog-provider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/providers/posthog-provider.tsx -------------------------------------------------------------------------------- /src/registry/blocks/blog-01/components/blog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/blog-01/components/blog.tsx -------------------------------------------------------------------------------- /src/registry/blocks/blog-02/components/blog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/blog-02/components/blog.tsx -------------------------------------------------------------------------------- /src/registry/blocks/blog-03/components/blog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/blog-03/components/blog.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-01/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-01/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-02/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-02/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-03/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-03/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-04/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-04/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-05/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-05/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-06/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-06/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/blocks/faq-07/components/faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/blocks/faq-07/components/faq.tsx -------------------------------------------------------------------------------- /src/registry/ui/accordion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/accordion.tsx -------------------------------------------------------------------------------- /src/registry/ui/alert-dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/alert-dialog.tsx -------------------------------------------------------------------------------- /src/registry/ui/alert.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/alert.tsx -------------------------------------------------------------------------------- /src/registry/ui/aspect-ratio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/aspect-ratio.tsx -------------------------------------------------------------------------------- /src/registry/ui/avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/avatar.tsx -------------------------------------------------------------------------------- /src/registry/ui/badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/badge.tsx -------------------------------------------------------------------------------- /src/registry/ui/breadcrumb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/breadcrumb.tsx -------------------------------------------------------------------------------- /src/registry/ui/button-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/button-group.tsx -------------------------------------------------------------------------------- /src/registry/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/button.tsx -------------------------------------------------------------------------------- /src/registry/ui/calendar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/calendar.tsx -------------------------------------------------------------------------------- /src/registry/ui/card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/card.tsx -------------------------------------------------------------------------------- /src/registry/ui/carousel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/carousel.tsx -------------------------------------------------------------------------------- /src/registry/ui/chart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/chart.tsx -------------------------------------------------------------------------------- /src/registry/ui/checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/checkbox.tsx -------------------------------------------------------------------------------- /src/registry/ui/collapsible.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/collapsible.tsx -------------------------------------------------------------------------------- /src/registry/ui/command.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/command.tsx -------------------------------------------------------------------------------- /src/registry/ui/context-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/context-menu.tsx -------------------------------------------------------------------------------- /src/registry/ui/dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/dialog.tsx -------------------------------------------------------------------------------- /src/registry/ui/drawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/drawer.tsx -------------------------------------------------------------------------------- /src/registry/ui/dropdown-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/dropdown-menu.tsx -------------------------------------------------------------------------------- /src/registry/ui/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/form.tsx -------------------------------------------------------------------------------- /src/registry/ui/hover-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/hover-card.tsx -------------------------------------------------------------------------------- /src/registry/ui/input-otp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/input-otp.tsx -------------------------------------------------------------------------------- /src/registry/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/input.tsx -------------------------------------------------------------------------------- /src/registry/ui/item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/item.tsx -------------------------------------------------------------------------------- /src/registry/ui/label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/label.tsx -------------------------------------------------------------------------------- /src/registry/ui/menubar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/menubar.tsx -------------------------------------------------------------------------------- /src/registry/ui/navigation-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/navigation-menu.tsx -------------------------------------------------------------------------------- /src/registry/ui/pagination.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/pagination.tsx -------------------------------------------------------------------------------- /src/registry/ui/popover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/popover.tsx -------------------------------------------------------------------------------- /src/registry/ui/progress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/progress.tsx -------------------------------------------------------------------------------- /src/registry/ui/radio-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/radio-group.tsx -------------------------------------------------------------------------------- /src/registry/ui/resizable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/resizable.tsx -------------------------------------------------------------------------------- /src/registry/ui/scroll-area.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/scroll-area.tsx -------------------------------------------------------------------------------- /src/registry/ui/select.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/select.tsx -------------------------------------------------------------------------------- /src/registry/ui/separator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/separator.tsx -------------------------------------------------------------------------------- /src/registry/ui/sheet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/sheet.tsx -------------------------------------------------------------------------------- /src/registry/ui/sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/sidebar.tsx -------------------------------------------------------------------------------- /src/registry/ui/skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/skeleton.tsx -------------------------------------------------------------------------------- /src/registry/ui/slider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/slider.tsx -------------------------------------------------------------------------------- /src/registry/ui/sonner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/sonner.tsx -------------------------------------------------------------------------------- /src/registry/ui/switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/switch.tsx -------------------------------------------------------------------------------- /src/registry/ui/table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/table.tsx -------------------------------------------------------------------------------- /src/registry/ui/tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/tabs.tsx -------------------------------------------------------------------------------- /src/registry/ui/textarea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/textarea.tsx -------------------------------------------------------------------------------- /src/registry/ui/toggle-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/toggle-group.tsx -------------------------------------------------------------------------------- /src/registry/ui/toggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/toggle.tsx -------------------------------------------------------------------------------- /src/registry/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/registry/ui/tooltip.tsx -------------------------------------------------------------------------------- /src/types/blocks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/src/types/blocks.ts -------------------------------------------------------------------------------- /src/types/theme.ts: -------------------------------------------------------------------------------- 1 | export type Theme = "light" | "dark"; 2 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akash3444/shadcn-ui-blocks/HEAD/tsconfig.json --------------------------------------------------------------------------------