Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Item component #DS-1049
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Nov 23, 2023
1 parent 40ad87e commit 5a83886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/src/components/Item/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Item component is used to display a single item in a list. It can be used in Dropdown or similar.

To use Item with checkbox or radio please use components [Checkbox][checkbox] or [Radio][radio]
with `item` modifier. We do this to avoid repeating the same code and to simplify the API.
with `isItem` modifier. We do this to avoid repeating the same code and to simplify the API.

Simple Item example:

Expand Down

0 comments on commit 5a83886

Please sign in to comment.