# @require-modules

The @require-modules directive is used to determine if a module exists, and if it does not, the component marked with this directive won't be resolved.

# Code example

When you run the following example, you won't see any buttons because the file-Propertyaddon isn't loaded.

When you run the following example, you will see the File Property because the file-Propertyaddon is loaded.