Skip to content

Commit bca21df

Browse files
committedMar 23, 2023
remove experimental warning about argtypes.
1 parent 0771783 commit bca21df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎docs/api/argtypes.md

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
title: 'ArgTypes'
33
---
44

5-
<div class="aside">
6-
7-
This API is experimental and may change outside of the typical semver release cycle
8-
9-
</div>
10-
115
ArgTypes are a first-class feature in Storybook for specifying the behaviour of [Args](../writing-stories/args.md). By specifying the type of an arg, you constrain the values that it can take and provide information about args that are not explicitly set (i.e., not required).
126

137
You can also use argTypes to “annotate” args with information used by addons that make use of those args. For instance, to instruct the controls addon to render a color, you could choose a string-valued arg.

0 commit comments

Comments
 (0)