Tags → #web
-
React.js Input Placeholder Animation Using Framer Motion
Creating a writing effect for input placeholders in React using Framer Motion was a fun little challenge I recently tackled — and today I’m sharing it with you.
-
How to truncate text in CSS properly?
Truncating text in CSS is useful when you want to prevent long content from overflowing its container. I will tech you how to do it properly.