<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>UI | 김미소의 포트폴리오</title><link>https://misosos.github.io/en/tags/ui/</link><atom:link href="https://misosos.github.io/en/tags/ui/index.xml" rel="self" type="application/rss+xml"/><description>UI</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 08 Oct 2025 00:00:00 +0000</lastBuildDate><image><url>https://misosos.github.io/media/sharing.png</url><title>UI</title><link>https://misosos.github.io/en/tags/ui/</link></image><item><title>Glassmorphism Test</title><link>https://misosos.github.io/en/playground/frontend-playground/glassmorphism-test/</link><pubDate>Wed, 08 Oct 2025 00:00:00 +0000</pubDate><guid>https://misosos.github.io/en/playground/frontend-playground/glassmorphism-test/</guid><description>&lt;p&gt;I was curious about how the latest UI trend, Glassmorphism, is implemented, so I experimented with creating it using only TailwindCSS.&lt;/p&gt;
&lt;p&gt;Instead of writing separate CSS code, I combined TailwindCSS utility classes such as &lt;code&gt;backdrop-filter&lt;/code&gt; and &lt;code&gt;blur&lt;/code&gt;, observing the visual changes in real time. By slightly adjusting the transparency and border thickness, I explored how to achieve the most natural glass-like depth that seems to float above the background.&lt;/p&gt;
&lt;p&gt;I also added a simple hover animation to test how the design would feel when interactivity is introduced. Through this small experiment, I once again confirmed that even complex-looking UI designs can be built quickly and intuitively using only utility-based approaches.&lt;/p&gt;</description></item><item><title>Dashboard Card</title><link>https://misosos.github.io/en/playground/ui-components/dashboard-card/</link><pubDate>Fri, 03 Oct 2025 00:00:00 +0000</pubDate><guid>https://misosos.github.io/en/playground/ui-components/dashboard-card/</guid><description>&lt;p&gt;When building dashboards that present data at a glance, I believe the most essential element is the “card” component. So I conducted a small experiment to create a clean, versatile card UI that fits well in any context.&lt;/p&gt;
&lt;p&gt;Since simple borders alone couldn’t convey enough depth, I explored how to combine Tailwind’s shadow and ring utilities to achieve the cleanest, most balanced look. I also experimented with subtle hover effects—where the shadow and border color shift softly—to give users a sense of focus and interactivity.&lt;/p&gt;
&lt;p&gt;Inside each card, I adjusted font size and weight to make the key metric stand out clearly, seeking the optimal visual hierarchy. Through this experiment, I was able to explore the small UI design details that naturally guide the user’s attention and improve data readability.&lt;/p&gt;</description></item></channel></rss>