react-famewall 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,6 +58,24 @@ const App = () => {
58
58
  }
59
59
  ```
60
60
 
61
+ ## Carousel Embed
62
+
63
+ Use 'carouselMode' prop to enable testimonials to be displayed as a carousel
64
+
65
+ ```jsx
66
+
67
+ const App = () => {
68
+
69
+ return(
70
+ <FamewallEmbed
71
+ wallUrl="famewall"
72
+ cardTheme="dark"
73
+ carouselMode={true}
74
+ />
75
+ )
76
+ }
77
+ ```
78
+
61
79
  ## License
62
80
 
63
81
  MIT ©2021 [Famewall](https://famewall.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-famewall",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "React Component for Famewall Embeds",
5
5
  "author": "Goutham J <goutham@famewall.io>",
6
6
  "license": "MIT",