The React snippet collection contains function components and reusable hooks for React 16.
React, Components
Renders a tag input field.
React, Components
Renders a checkbox list that uses a callback function to pass its selected value/values to the parent component.
React, Components
Renders a tabbed menu and view component.
React, Components
Renders a textarea component with a word limit.
React, Components
Renders an accordion menu with multiple collapsible content elements.
React, Components
Renders a Modal component, controllable through events.
React, Components
Renders a tree view of a JSON object or array with collapsible content.
React, Components
Renders an alert component with type
prop.
React, Components
Renders a file drag and drop component for a single file.
React, Components
Renders a countdown timer that prints a message when it reaches zero.
React, Components
Renders a button that animates a ripple effect when clicked.
React, Components
Renders a star rating component.
React, Components
Renders a table with rows dynamically created from an array of objects and a list of property names.
React, Components
Renders an image that supports lazy loading.
React, Components
Renders a carousel component.