diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b512c09d4..000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -node_modules \ No newline at end of file diff --git a/README.md b/README.md index e307f7443..6dc107662 100644 --- a/README.md +++ b/README.md @@ -4,1176 +4,4 @@ > Curated collection of useful React snippets that you can understand in 30 seconds or less. -#### 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 `