메인 콘텐츠로 건너뛰기

Tailwind CSS 가격 블록

마지막 업데이트:

카드 및 버튼 구성요소로 구축된 CSS 전용 Tailwind CSS 가격 블록입니다. 계층, 기능 목록, CTA가 포함된 가격표를 복사하여 붙여넣으세요. WCAG AA 액세스 가능하며 Django, HTMX, Laravel, React 및 모든 스택에서 작동합니다.

이 가격 블록은 카드 구성요소버튼 변형으로 구성됩니다.

html
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<h2 class="heading-6xl text-center">Pricing</h2>
<p class="para text-center">Check out our affordable pricing plans below and choose the one that suits you best. If you need a custom plan, please contact us.</p>
<div class="card card-outline w-88">
    <div class="card-content">
        <span class="badge badge-xs badge-warning">Most Popular</span>
        <div class="flex justify-between items-center">
            <h2 class="text-3xl font-bold">Startup</h2>
            <span class="text-xl">$49/mo</span>
        </div>
        <ul class="mt-6 flex flex-col gap-2 text-xs">
            <li>
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
                <path d="M20 6 9 17l-5-5"></path>
                </svg>
                <span>25 websites</span>
            </li>
            <li>
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
                <path d="M20 6 9 17l-5-5"></path>
                </svg>
                <span>150 templates</span>
            </li>
            <li>
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
                <path d="M20 6 9 17l-5-5"></path>
                </svg>
                <span>Advanced eCommerce</span>
            </li>
            <li>
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
                <path d="M20 6 9 17l-5-5"></path>
                </svg>
                <span>eCommerce features</span>
            </li>
            <li class="opacity-50">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
                <path d="M20 6 9 17l-5-5"></path>
                </svg>
                <span class="line-through">Unlimited storage space</span>
            </li>
            <li class="opacity-50">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
                <path d="M20 6 9 17l-5-5"></path>
                </svg>
                <span class="line-through">Priority support</span>
            </li>
        </ul>
        <div class="mt-6">
            <button type="button" class="btn btn-primary btn-block">Choose plan</button>
        </div>
    </div>
</div>

Claude Code, Cursor 또는 다른 AI 편집기를 사용하시나요?

Cherry MCP는 AI 편집기에 요청 시 정확한 가격 클래스 이름과 구조를 제공합니다. 더 이상 환각에 빠진 수업은 없습니다.

Cherry MCP를 사용해 보세요