0.8.5 • Published 9 months ago

buckaroo-js-core v0.8.5

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

react-edit-list

License: ISC npm version Node.js CI codecov

Universal Editable List React Component

react-edit-list allows for easy creation of editable lists in React that can be interfaced with a database

  • Fully customizable
  • Zero-dependency
  • Supports async callbacks for calling externals APIs
  • Supports input validation
  • Supports optional null fields
  • Supports custom field types

Installation

npm i --save react-edit-layers

Usage

Refer to the examples

screenshot

API

Table of Contents

_

This module contains the standard library from rechart so that base rechart code cna be imported with the minimum amount of rewriting

AnimationTiming

The type of easing function to use for animations

Type: ("ease" | "ease-in" | "ease-out" | "ease-in-out" | "linear")

AnimationDuration

Specifies the duration of animation, the unit of this option is ms.

Type: number

React

Reimplementation of rechart tooltips. most of this is copied from ??? in the recharts source tree because the parts we are editting are deeply embedded into functions.

Most of the point of this is to get tooltips to be absolutely positioned off of document.body, not the nearest parent element. AG-Grid hides those tooltips otherwise.

defaultProps

needs to be set so that renderByOrder can access an have default values for children.props when there are no props set by the consumer doesn't work if using default parameters

0.8.5

9 months ago

0.8.4

9 months ago

0.8.3

9 months ago

0.8.2

9 months ago

0.8.1

9 months ago

0.8.0

9 months ago