Components

1 components available

'use client'
import { useState } from 'react'

const ARTICLES = [
  { id: 1, title: 'Building a 100-Component UI Library in 2 Weeks with AI', excerpt: 'How we used Claude Code and Groq to generate 100+ production-ready React components in record time, and the lessons learned along the way.', category: 'Tutorial', readTime: 8, author: 'Thomas G.', a
ArticleCard
ArticleCard
Content
react