Skip to content

Commit 54b6efa

Browse files
authored
Update developing-components-in-isolation.md
1 parent 7565581 commit 54b6efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/react/development/developing-components-in-isolation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar_label: Developing Components
55
sidebar_position: 2
66
tags: [react, storybook, react-styleguidist, components, ui, development, isolation, preview, states, storybook-for-react, react-styleguidist]
77
description: "Learn how to develop and preview your React components in isolation from your main app using Storybook or React Styleguidist. Create a convenient way to work on components individually and view all their states."
8+
hide_table_of_contents: true
89
---
910

1011
In a typical app, you have various UI components, each having multiple states. Let's take a basic button component as an example, which can have the following states:

0 commit comments

Comments
 (0)