1. Components
  2. Alerts & Banners

Alert (Success)

<div class="bg-green-50 border-l-2 border-l-green-500 p-4">
    <p class="text-sm text-green-700">Thanks for your submission. It's great that you'd like to work with us. We will be in touch very soon with more details.</p>
</div>

Alert (Warning)

<div class="bg-yellow-50 border-l-2 border-l-yellow-500 p-4 pr-12 relative">
    <button class="absolute top-3 right-4 text-yellow-500 hover:bg-yellow-200 rounded-md p-1">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5">
        <path fill-rule="evenodd" d="M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z" clip-rule="evenodd" />
        </svg>
    </button>
    <p class="text-sm font-semibold text-yellow-600">
        Please confirm your selection. <a href="#" class="text-yellow-700 underline hover:no-underline">Example of a link here.</a></p>
</div>

Alert (Error)

<div class="bg-red-50 border-l-2 border-l-red-500 p-4">
    <h3 class="text-sm font-semibold text-red-500">
        Please correct the following errors:</h3>
    <ul class="text-sm text-red-500 list-disc pl-6 pt-2">
        <li>Missing name.</li>
        <li>Missing email.</li>
    </ul>
</div>

Alert (Info)

<div class="bg-blue-50 border-l-2 border-l-blue-500 p-4 pr-12 relative">
    <button class="absolute top-3 right-4 text-blue-500 hover:bg-blue-200 rounded-md p-1">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5">
        <path fill-rule="evenodd" d="M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z" clip-rule="evenodd" />
        </svg>
    </button>
    <p class="text-sm font-semibold text-blue-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>
</div>

Alert with Icon (Success)

Alert with Icon (Warning)

Alert with Icon (Error)

Alert with Icon (Info)

Fixed Banner

<!-- Fixed Banner -->
<div class="bg-slate-800 w-full fixed bottom-0 left-0 text-white p-8 z-50 text-center">
    <button class="absolute top-3 right-4 text-white rounded-md p-1">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5">
        <path fill-rule="evenodd" d="M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z" clip-rule="evenodd" />
        </svg>
    </button>
    <p class="mb-8">We like cookies, yes we do. Do you like cookies too? <a class="underline hover:no-underline" target="_blank" href="https://nationaldayfood.com/topic/cookie/">Learn more about cookies.</a></p>
    <button class="inline-block py-3 px-6 text-sm md:text-md md:py-4 md:px-8 bg-blue-500 rounded-md hover:bg-blue-700 mr-4 md:mr-8">
        Accept All
    </button>
    <button class="inline-block py-3 px-6 text-sm md:text-md md:py-4 md:px-8 bg-slate-500 rounded-md hover:bg-slate-700">
        Reject All
    </button>
</div>

Purchase TeakUI Components

Instant download - start building in minutes.

Affordable options to fit your budget.

TeakUI All Access

Every Component & Template

$99/year

$69/first year

Use code TEAKUILAUNCH at checkout.

  • Access to Every Component & Template We Release During Your Subscription
  • 60+ Hand Crafted Components
  • Easy Copy & Paste Code
  • Fully Responsive for Any Device
  • Built with TailwindCSS & AlpineJS
  • Use on Unlimited Projects & Apps
  • Priority Support
  • Free Updates & Access to All New Components for 1 Year
  • Valid for Single User
  • 30 Day Money-back Guarantee
Subscribe

TeakUI Team

Up to 5 Licensed Users

$249/year

  • Everything in All Access
  • Licensed For 5 Developers
Subscribe

TeakUI Unlimited

Unlimited Licensed Users

$799/year

  • Everything in All Access
  • Licensed For Unlimited Developers
Subscribe

Are you a Church or Non Profit? Contact us for special pricing.

FAQs

What is the difference between the single user and team plans?

Our All Access single user license plan allows one developer to use the code you purchase. If you have multiple developers on your team, you can upgrade to our team license for either 5 users or unlimited users.

A licensed user is anyone who writes or modifies component or template code created by Hey Teak. Backend devs, DevOps, and others who work in your code base but not on the UI do not require a license.

What kind of support do you offer?

We offer support with any purchasing issues as well as any bugs or errors you might find in our code. While we are not able to offer extensive integration support - we will do our best to help if you get stuck. Just reach out and let us know.

What is your refund policy?

If you're not happy for any reason, contact us within 30 days of purchase for a full refund.

What if I start on a single user plan and then want to upgrade for my team?

No problem! Just reach out to us and we can upgrade you and prorate your subscription.

Can I use this code with React, Vue, etc?

The short answer is yes! However, it may take a bit of effort to make things work. While we don't currently offer drop in components for JS frameworks, we do plan to support that soon. Stay tuned ;)

You mentioned templates but I don't see those yet?

You have a sharp eye! We're working on templates and will be releasing those very soon. Stay tuned.

TeakUI Components

Page Layouts

Navigation

Copyright © 2024 Hey Teak. A project by @tjwebdev.