0.0.15 • Published 2 days ago

@edsolater/pivkit v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

props

Piv's(global props)

  1. STATIC means that the prop is not reactive and will changing it will not trigger a rerender\
  2. all are optional
  • if?: MayFn<BooleanLike>> --- STATIC. if is settled and is false , it self and it's children will not render
  • ifSelfShown?: MayFn<BooleanLike>> --- STATIC. if is settled and is false , only it's children will render
  • debugLog?: (keyof PivProps)[] --- only use this for debug mode. it will log all you need
  • domRef?: MayArray<CallbackRef<any> | null | undefined> --- accept domSetter(return from createDomRef) to access the dom
  • class?: MayArray<ClassName<Controller>> --- htmlElement's class
  • id?: string --- id for useComponentByID. So others can access component's controller without set props:controllerRef to component, this have to have access to certain component instance

special

  • render - render_SUBCOMPONENT or render_item
  • TODO: layout
0.0.15

2 days ago

0.0.13

2 months ago

0.0.12

2 months ago

0.0.10

2 months ago

0.0.11

2 months ago

0.0.9

2 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.1

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.0

1 year ago