anthonyleung-dev / react-material-web

This project aims to provide React components based on the Material Web design guidelines originally from https://github.com/material-components/material-web.
MIT License
10 stars 1 forks source link

feat(next): added 'use client' annotation for better next support #5

Closed zZHorizonZz closed 2 months ago

zZHorizonZz commented 2 months ago

This PR adds the 'use client' annotation, allowing components to be used without the need to annotate parent components when using Next.js.