Skip to content

Latest commit

History

History
15 lines (11 loc) 路 680 Bytes

README.md

File metadata and controls

15 lines (11 loc) 路 680 Bytes

@storybook/native-components

This module contains React components that allow you to interact with appetize.io. This lets you take advantage of controls, as well as add-ons.

Installation

This package is included within the @storybook/native package already, so if you have that as a dependency you do not need to manually install this.

If you are not using that package, use one of these commands to install this package: npm install @storybook/native-components or yarn add @storybook/native-components

Usage

import { EmulatorRenderer } from '@storybook/native-components';

An example usage can be found here