--- /dev/null
+# Notices - JavaScript API
+
+The notice component can be used to show text notices for the user.
+The type of the notice can be controlled depending on the `type` parameter.
+
+## Example
+
+```html
+<woltlab-core-notice type="info">Hello World!</woltlab-core-notice>
+```
+
+## Parameters
+
+### `type`
+
+Controls the type of a notice (color and displayed icon).
+The following values are available: `info`, `success`, `warning`, `error`
- 'Confirmation': 'javascript/components_confirmation.md'
- 'Dialog': 'javascript/components_dialog.md'
- 'Google Maps': 'javascript/components_google_maps.md'
+ - 'Notices': 'javascript/components_notice.md'
- 'Pagination': 'javascript/components_pagination.md'
- 'New API':
- 'Writing a module': 'javascript/new-api_writing-a-module.md'