diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b512c09d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/README.md b/README.md index 6dc107662..e307f7443 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,1176 @@ > 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!** +#### 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 `