0.0.0-rc.1 • Published 4 years ago

@atos6/disabler v0.0.0-rc.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

@atos6/disabler

React component to disable all children inputs at same time with a single boolean attribute.

https://disabler.acts6.tech/

import { Disabler } from "@atos6/disabler"

return (
  <Disabler disabled={disabled}>
    {/* nested your input components here */}
  </Disabler>
)

Components

  • DisableUI Block user interactions
  • DisableInputs Block input change
  • Disabler Union of DisableUI + DisableInputs
0.0.0-rc.1

4 years ago

0.0.0-rc

4 years ago

0.0.0-beta

4 years ago

0.0.0-alpha

4 years ago

0.0.0

4 years ago