@enotion/components
Reusable React components for building user interfaces
- Ensure you mark your page/component as a Client Component:
"use client"; - To inherit component CSS styles:
import "@enotion/components/index.css";
Installation
npm install @enotion/components