# Custom Paragraphs

## Paragraph Module Components

Modules can contain multiple paragraphs grouped by similar function.

A good example module can be found at:

```
docroot/modules/custom/bos_components/modules/bos_city_score
```

### Module folder

Module naming convention is to call the module `bos_moduleName`. The "moduleName" should be indicative of the paragraph/s contained within the module.

{% hint style="success" %}
Sub-pages in this section assumes an example module is to be named `bos_module_name` - with the module folder:

```
docroot/modules/custom/bos_components/modules/bos_module_name
```

{% endhint %}
