diff --git a/components/bl-collapsiblePanel-component/README.md b/components/bl-collapsiblePanel-component/README.md
index 373307453..dc5b86469 100644
--- a/components/bl-collapsiblePanel-component/README.md
+++ b/components/bl-collapsiblePanel-component/README.md
@@ -1,16 +1,28 @@
# Collapsible Panel
-Collapsible Panel is the component that can be used in Backendless [UI-Builder](https://backendless.com/developers/#ui-builder). This component displays summary information and upon selecting the panel, it expands to display the full expansion panel.
+Collapsible Panel acts as a container for different elemenets that can be used in the Backendless [UI-Builder](https://backendless.com/developers/#ui-builder). By default, this component always loads in the nonexpanded state, and when it is clicked, the panel gets expanded. Once the panel is expanded it displays the content that must be set in the UI-Builder.
+You can add any elements supported in the UI-Builder to the component by dragging-and-dropping them to the content area of the Collapsible Panel. Those elements can be text, images, and even other custom components. For instance, the example below contains two elements(**Text** and **Color Picker**) added to the Collapsible Panel:
+
+
+
+
+
+As you can see, once the page is loaded and the panel is expanded, elements added to the container are visible and fully functional:
+
+
+
+
+
## Properties
| Property | Type | Default value | Logic | Data Binding | UI Setting | Description |
|---------------------------------|--------|---------------|--------------------|--------------|------------|-------------------------------------------------------|
-| Title
`title` | *Text* | `Panel Title` | Title Logic | YES | YES | The logic to determine the title of the panel. |
+| Title
`title` | *Text* | `Panel Title` | Title Logic | YES | YES | Sets the title for the panel. |
## Events
diff --git a/components/bl-collapsiblePanel-component/example-images/component_collapsible_panel_1.png b/components/bl-collapsiblePanel-component/example-images/component_collapsible_panel_1.png
new file mode 100644
index 000000000..602af5151
Binary files /dev/null and b/components/bl-collapsiblePanel-component/example-images/component_collapsible_panel_1.png differ
diff --git a/components/bl-collapsiblePanel-component/example-images/component_collapsible_panel_2.png b/components/bl-collapsiblePanel-component/example-images/component_collapsible_panel_2.png
new file mode 100644
index 000000000..261f071af
Binary files /dev/null and b/components/bl-collapsiblePanel-component/example-images/component_collapsible_panel_2.png differ