Tailwind Widgets
Contents
I am intensively using tailwind css for my frontend projects recently. Here I am recording a bunch of widgets that I created in my projects and thought will be refered to in the furture.
Tooltip
- The main part is just a rounded div block
- The tip is a div rotated 45 degree so that only a triangle tip showed up
|
|
Search form
- No border style: use
apperance-none
andfocus:outline-none
- Use
border-b-2
for border line
|
|
Ping animation
- Use
absolute
to position the ping circle to the top right corner - Two identical circles, one for ping animation, one remains static
|
|
Spin animation
|
|
Pulse animation
|
|