Tailwind CSS: Erstellen Sie einen pillenförmigen Button
P粉189606269
P粉189606269 2024-03-26 20:59:03
0
1
384

Ich habe diesen Button:

<button onClick={() => removeTask(task)} class="text-xs text-red rounded-full">Delete</button>

Ich würde gerne so etwas sehen: https://tailwindcss.com/docs/border-radius#pill-buttons

Allerdings bekomme ich den pillenförmigen Knopf nicht hin:

index.css

    @tailwind base;
    @tailwind components;
    @tailwind utilities;

tailwind.config.js

    module.exports = {
      content: ["./src/**/*.{html,js,jsx}"],
      theme: {
        extend: {},
      },
      plugins: [],
    };

P粉189606269
P粉189606269

Antworte allen(1)
P粉986860950

为了看到“药丸”形状,您的按钮需要边框或背景颜色。你可以尝试这样的事情:


沙盒示例:https://play.tai​​lwindcss.com/j6K2e6ZL0J

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage