frontend-ui-dark-ts

Build dark-themed React UIs with Tailwind CSS and Framer Motion.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/STier-Ai/stier --skill frontend-ui-dark-ts-stier-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-ui-dark-ts
Source: https://github.com/STier-Ai/stier/tree/main/.gemini/skills/frontend-ui-dark-ts
Command: npx skills add https://github.com/STier-Ai/stier --skill frontend-ui-dark-ts-stier-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, react-dom, react-router-dom, framer-motion, clsx, tailwindcss, postcss, autoprefixer, typescript, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit provides a comprehensive framework for building dark-themed React applications, streamlining the process of creating dashboards, admin panels, and data-rich interfaces with a refined dark aesthetic.

Core Features & Use Cases

  • Tailwind CSS Integration: Leverages Tailwind CSS for custom theming and rapid UI development.
  • Framer Motion Animations: Adds interactive glassmorphism effects and animations for engaging user interfaces.
  • Responsive Design: Ensures the UI looks great on all devices with responsive design principles.
  • Use Case: If you need to build a modern dark-themed admin panel or dashboard, this Skill unit will help you achieve that with minimal effort.

Quick Start

npm create vite@latest my-app -- --template react-ts cd my-app npm install framer-motion clsx react-router-dom npx tailwindcss init -p npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p

Then, you can start building your UI components using the provided components and styles.

Frequently Asked Questions about frontend-ui-dark-ts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a dark-themed React dashboard with Tailwind CSS and Framer Motion?

To build a dark-themed React dashboard, this framework provides a comprehensive setup using Tailwind CSS for custom dark theming and Framer Motion for interactive animations. It streamlines creating data-rich interfaces and admin panels with a refined dark aesthetic.

What dependencies do I need to create a dark theme admin panel in React?

Creating a dark theme admin panel requires React, react-dom, react-router-dom, framer-motion, clsx, and tailwindcss. You also need postcss and autoprefixer as development dependencies to process the Tailwind CSS styling pipeline.

Can I use TypeScript with Tailwind CSS for dark mode UI development?

Yes, TypeScript works seamlessly with Tailwind CSS for dark mode UI development. You start by scaffolding a Vite React TypeScript project, then install and initialize Tailwind CSS to begin building type-safe dark-themed components.

How do I add glassmorphism effects and animations to a React UI?

You add glassmorphism effects and animations to a React UI by integrating Framer Motion alongside Tailwind CSS. This framework provides the necessary components and styling to create engaging, interactive dark-themed interfaces with smooth transitions.

What is the best way to ensure a dark-themed React UI is responsive on all devices?

The best way to ensure a responsive dark-themed React UI is to apply responsive design principles using Tailwind CSS utility classes. This framework handles the styling configuration so your dashboards and admin panels look great on all devices.