diff --git a/README.md b/README.md index 6dc107662..0e1289feb 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,1175 @@ > Curated collection of useful React snippets that you can understand in 30 seconds or less. -**This repository is a work in progress. If you want to contribute, please check the open issues to see where and how you can help out!** +> *This README is built using [markdown-builder](https://github.com/30-seconds/markdown-builder).* + + +#### Related projects + +* [30 Seconds of Code](https://30secondsofcode.org) +* [30 Seconds of CSS](https://30-seconds.github.io/30-seconds-of-css/) +* [30 Seconds of Interviews](https://30secondsofinterviews.org/) + +## Table of Contents + + +### Array + +
+View contents + +* [DataList](#datalist) +* [DataTable](#datatable) +* [MappedTable](#mappedtable) +
+ + +### Input + +
+View contents + +* [Input](#input) +* [LimitedTextarea](#limitedtextarea) +* [PasswordRevealer](#passwordrevealer) +* [Select](#select) +* [TextArea](#textarea) +
+ + +### String + +
+View contents + +* [AutoLink](#autolink) +
+ + +### Visual + +
+View contents + +* [Carousel](#carousel) +* [Collapse](#collapse) +* [Mailto](#mailto) +* [ModalDialog](#modaldialog) +* [StarRating](#starrating) +* [Tab](#tab) +* [Ticker](#ticker) +* [Toggle](#toggle) +* [Tooltip](#tooltip) +
+ + +--- + +## Array +### DataList + +Renders a list of elements from an array of primitives. + +Use the value of the `isOrdered` prop to conditionally render a `
    ` or `