Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/prompts/shadcn-file-rules.prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Within each group, imports MUST be sorted in **alphabetical order (A → Z) base
4. **Project Imports** (Internal modules, layouts, hooks, lib)

```typescript
// project
// project imports
import { cn } from "@/lib/utils";
import { siteConfig } from "@/config/site";
```
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,18 +207,21 @@ Pre-built page sections ready to drop into your project.
### Feature

<div>
<a href="https://uiable.com/preview/feature/feature-1/feature-1" title="Feature 1"><kbd>Feature 1</kbd></a>
<a href="https://uiable.com/preview/feature/feature-2/feature-2" title="Feature 2"><kbd>Feature 2</kbd></a>
</div>

### Footer

<div>
<a href="https://uiable.com/preview/footer/footer-7/footer-7" title="Footer 7"><kbd>Footer 7</kbd></a>
<a href="https://uiable.com/preview/footer/footer-3/footer-3" title="Footer 3"><kbd>Footer 3</kbd></a>
</div>

### Gallery

<div>
<a href="https://uiable.com/preview/gallery/gallery-2/gallery-2" title="Gallery 2"><kbd>Gallery 2</kbd></a>
<a href="https://uiable.com/preview/gallery/gallery-4/gallery-4" title="Gallery 4"><kbd>Gallery 4</kbd></a>
</div>

Expand All @@ -231,6 +234,7 @@ Pre-built page sections ready to drop into your project.
### Portfolio

<div>
<a href="https://uiable.com/preview/portfolio/portfolio-5/portfolio-5" title="Portfolio 5"><kbd>Portfolio 5</kbd></a>
<a href="https://uiable.com/preview/portfolio/portfolio-4/portfolio-4" title="Portfolio 4"><kbd>Portfolio 4</kbd></a>
</div>

Expand All @@ -243,6 +247,7 @@ Pre-built page sections ready to drop into your project.
### Process

<div>
<a href="https://uiable.com/preview/process/process-6/process-6" title="Process 6"><kbd>Process 6</kbd></a>
<a href="https://uiable.com/preview/process/process-1/process-1" title="Process 1"><kbd>Process 1</kbd></a>
</div>

Expand Down
Loading