diff --git a/README.md b/README.md
index 29cb4d4..9aee0a2 100644
--- a/README.md
+++ b/README.md
@@ -219,6 +219,7 @@ Default themes: **primary**, **success**, **warning**, **alert**
| Name | Desc | Type | Default |
| --- | --- | --- | --- |
| `title` | [isRequired] Title of label | String | `-` |
+| `colors` | Two colors for gradient | Array | `-` |
#### Example
@@ -232,6 +233,14 @@ const Example = () => (
)
+
+// Gradient mor powerfull than theme
+// Don't use "colors" prop if you want to use theme
+const GradientExample = () => (
+
+
+
+)
```
#### Label Themes
@@ -242,6 +251,7 @@ Theme structure:
{
container: ,
title: ,
+ gradientBackground: