Sortable Folder View – React Folder
A React Folder component for creating a file manager that is sortable and collapsible.How to use it:1. Install and import the React Folder component.# NPM $ npm i @scena/react-folderimport React from "react"; import Folder, { FileProps } from "@scena/react-folder";2. The example to
React Hook For File Selector – useFilePicker
A React hook t0 open browser file selector.How to use it:1. Install and import the useFilePicker.# NPM $ npm i use-file-pickerimport { useFilePicker } from 'use-file-picker'; import React from "react";2. Create a basic file picker on the app and determine which file
Smooth Liquid Swipe Animation In React
A React animation component that helps create smooth component transition animations with a liquid swipe effect.How to use it:1. Install and import the component.# Yarn$ yarn add react-liquidswipe# NPM$ npm i react-liquidswipe2. Improt the LiquidSwipe component.import { LiquidSwipe } from
Drag & Drop Toolkit For React – dnd-kit
A modern, lightweight, performant, accessible, and extensible drag & drop toolkit for React.Features:Built for React: exposes hooks such as useDraggable and useDroppable, and won’t require you to re-architect your app or create additional wrapper DOM nodes.Feature packed: customizable collision detection algorithms, multiple activators, draggable overlay,
Simple Paint App With React – Magic painter
Magic painter is a simple paint app made with React, custom hooks, Canvas API, and Font Awesome icons.Preview:Download Details:Author: codeAdriaNLive Demo: View The DemoDownload Link: Download The Source CodeOfficial Website: https://github.com/codeAdrian/react-magic-painterLicense: MIT Credit: Source link
SVG Path Animation In React Native – Logo Animation
Logo Animation is a React Native component to create configurable, repeatable SVG path animation in your app.Requires react-native-reanimated and react-native-svg.How to use it:1. Install and import the Logo Animation component.# Yarn $ yarn add react-native-logo-animation # NPM $ npm i react-native-logo-animationimport AnimatedLogo from
Modular UI Component Library For React – SonWan UI
A modular UI component library based on figma design to build your next React Web Application.Available Components:CardCard ListSwitchSwipeInputCard CheckIconsHow to use it:1. Install and import the SonWan UI.# Yarn $ yarn add sonwan-ui # NPM $ npm i sonwan-uiimport "sonwan-ui/build/style.min.css"; import SonWan from "sonwan-ui";2.
Material Design Tabs For React Native Paper
Smooth and fast cross platform Material Design Tabs for React Native Paper.Feature:Works on Android, iOS and the webSimple APITypesafeScrollable and fixedLeading or top iconPerformantUses native components (react-native-viewpager)Great React Native Web supportHow to use it:1. Installation.# Yarn $ yarn add react-native-paper-tabs @react-native-community/viewpager #
Simple Skeleton Loading Component For React & React Native – Bones
A dead simple yet fully configurable skeleton loading indicator component for both React and React Native.How to use it:1. Install and import the component.# NPM $ npm i react-bones// React import { Bones } from "react-bones/lib"; // React-Native import { Bones } from "react-bones/native";2.
Smoking Hot Toast Notifications For React
A lightweight, accessible, customizable, and beautiful toast notification component with Headless Hooks and Promise API.How to use it:1. Install & Import the component.# Yarn $ yarn add react-hot-toast # NPM $ npm i react-hot-toastimport toast, { Toaster } from 'react-hot-toast';2. Create a basic