`c-label` should be used for the labels for components.

| Attributes           | Description                                                                               |
|----------------------|-------------------------------------------------------------------------------------------|
| c_label_text         | Text content for the label.                                                               |
| c_label_classes      | CSS classes of the label.                                                                 |
| c_label_tag          | Which tag need to use to render label, either `h2` or `span` where default will be `span` |
| c_label_id_attr      | Value of id attribute label.                                                              |
| c_label_url          | URL for label. (optional)                                                                 |
| c_label_link_classes | CSS classes for link.                                                                     |


