Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 490 Bytes

README_2.md

File metadata and controls

26 lines (15 loc) · 490 Bytes

samples-lib-react

Description

A simple library for React that includes utilities for dynamic forms and animations. It offers a DynamicForm component for creating flexible forms and animation components such as FadeIn and SlideUp.

Installation

To install the package, use npm or yarn:

npm install samples-lib-react
yarn add samples-lib-react

Usage

DynamicForm

The DynamicForm component allows you to create dynamic forms with validation.