Skip to content
Discussion options

You must be logged in to vote

This looks works. Do you think this should be add to docs ?

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>React Jotai Todo App (Tailwind)</title>

    <!-- 1. Load Tailwind CSS via Play CDN -->
    <script src="https://cdn.tailwindcss.com"></script>

     <!-- Optional: Keep custom keyframes if needed, Tailwind transitions cover most cases -->
     <style>
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes slideIn {
            from { opacity: 0; transform: tr…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@dai-shi
Comment options

@gengjiawen
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gengjiawen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants