@bigbinary/neeto-rules-frontend 0.2.5 → 0.3.1

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.
package/README.md CHANGED
@@ -36,6 +36,10 @@ yarn add @bigbinary/neetoui @bigbinary/neeto-icons ramda@^0.28.0 classnames@^2.3
36
36
  </NeetoRulesForm>
37
37
  ```
38
38
 
39
+ ```jsx
40
+ <RulePreview {...{ isLoading, isOpen, ruleDetails, onClose }} />
41
+ ```
42
+
39
43
  ## NeetoRules API
40
44
 
41
45
  | Prop Name | Description |