It is a simple next.js app. But it uses some UI components
from the packages/ui
module
If you explore package.json of apps/web
, you will notice @repo/ui
as a dependency
This is a very big page, let’s try to see the import and usage of the Button
component
The same Button
component can be used by the apps/docs
website as well