@reapit/elements 4.0.0-beta.5 → 4.0.0-beta.6

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
@@ -7,3 +7,4 @@ A UI toolkit for building web applications in the Reapit Marketplace. Exports a
7
7
  ## Documentation
8
8
 
9
9
  For the React Component Storybook and documentation visit [here](https://elements.reapit.cloud).
10
+
@@ -8,6 +8,7 @@ export interface TabsOption {
8
8
  export interface TabsProps extends HTMLAttributes<HTMLInputElement> {
9
9
  options: TabsOption[];
10
10
  name: string;
11
+ isControlled?: boolean;
11
12
  isFullWidth?: boolean;
12
13
  hasNoBorder?: boolean;
13
14
  }