From 46215fafb6b3122f103a10e01443c942c31ee1ff Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 13 Oct 2018 12:42:58 +0300 Subject: [PATCH] Add MappedList --- snippets/MappedList.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 snippets/MappedList.md diff --git a/snippets/MappedList.md b/snippets/MappedList.md new file mode 100644 index 000000000..bcec0f75f --- /dev/null +++ b/snippets/MappedList.md @@ -0,0 +1,31 @@ +### MappedList + +Renders a list of elements from an array of data. + +Use the value of the `isOrderedList` prop to conditionally render a `
    ` or `