@storybook/addon-ondevice-knobs
TypeScript icon, indicating that this package has built-in type declarations

7.6.18 • Public • Published

Storybook Knobs Addon for react-native

This addon is depcrecated in favour of controls, please only use it for transitioning to CSF, Args and Controls

See examples for migrating from Knobs to Controls in the web Controls Addon README.

Storybook Knobs Addon allows you to edit react props using the Storybook UI using variables inside stories in Storybook.

Framework Support

This is a wrapper for the addon @storybook/addon-knobs Refer to its documentation to understand how to use knobs

Installation

yarn add -D @storybook/addon-ondevice-knobs @storybook/addon-knobs  @react-native-community/datetimepicker @react-native-community/slider

Configuration

Add following content to .storybook/main.ts:

import { StorybookConfig } from '@storybook/react-native';

const main: StorybookConfig = {
  addons: ['@storybook/addon-ondevice-knobs'],
};

export default main;

Make sure to use the withKnobs decorator when using knobs import { withKnobs } from '@storybook/addon-ondevice-knobs';

Package Sidebar

Install

npm i @storybook/addon-ondevice-knobs

Weekly Downloads

53,966

Version

7.6.18

License

MIT

Unpacked Size

191 kB

Total Files

51

Last publish

Collaborators

  • dannyhw
  • gongreg