Skip to content

Commit

Permalink
Showing 442 changed files with 25,059 additions and 14,276 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
documentation
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-2.0.5-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.0.7-blue.svg" alt="Version" />
</a>
</p>
<p align="center">
4 changes: 2 additions & 2 deletions components/docs-title.tsx
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@ import { HashtagIcon } from "@heroicons/react/24/outline";

export function DocsTitle({ children, href }) {
return (
<div className="relative group flex items-center -ml-4 pl-4">
<div id={href} className="group relative -ml-4 flex scroll-mt-40 items-center pl-4">
<a
href={`#${href}`}
className="absolute -ml-10 mb-2.5 z-50 rounded-md border border-blue-gray-50 bg-blue-gray-50/50 p-1 opacity-0 hover:opacity-100 group-hover:opacity-100"
className="absolute z-50 -ml-10 mb-2.5 rounded-md border border-blue-gray-50 bg-blue-gray-50/50 p-1 opacity-0 hover:opacity-100 group-hover:opacity-100"
>
<HashtagIcon className="pointer-events-none h-3.5 w-3.5 rounded-lg" strokeWidth={2.5} />
</a>
63 changes: 0 additions & 63 deletions components/docs/profile-menu.tsx

This file was deleted.

70 changes: 0 additions & 70 deletions components/docs/react/dialog/long-dialog.tsx

This file was deleted.

90 changes: 0 additions & 90 deletions components/docs/react/drawer/drawer-with-navigation.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions components/docs/react/rating/custom-rating-icon.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions components/docs/react/slider/index.ts

This file was deleted.

Loading

1 comment on commit 756c0a5

@vercel
Copy link

@vercel vercel bot commented on 756c0a5 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.