'use client'
Term side of the Card
Topic: Directives
Unit title: 'use client'
Categories: Directive
Explanation side of the Card
Explanation: The directive used in server-side rendering contexts to specify that a component should be rendered on the client side only. It helps manage components that rely on browser-specific features.