@norwegian/core-components 5.10.6 → 5.11.0

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.
@@ -172,6 +172,13 @@ export declare class ToggleComponent extends NasComponentBase implements OnInit
172
172
  * <nas-toggle [nasFormGroup]="formGroup"></nas-toggle>
173
173
  */
174
174
  nasFormGroup: FormGroup;
175
+ /**
176
+ * @description
177
+ * To set horizontal scroll.
178
+ * @example
179
+ * <nas-toggle scrollable></nas-toggle>
180
+ */
181
+ scrollable: boolean;
175
182
  iconType: string;
176
183
  isRounded: boolean;
177
184
  constructor();