1.0.8 • Published 3 years ago

visual-box v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm.io

Components wrapped in visual-box change color when rendering occurs. When you wrap a child component, you know if the child component is rendered simultaneously when rendering occurs in the parent component.

Visual Box is available as a package on NPM & YARN.

# NPM
npm install --save-dev visual-box

# Yarn
yarn add --dev visual-box
import * as React from 'react';
import Box from 'visual-box';

function Button({ children }) {
  return <button>{children}</button>;
}

export default Box(Button);
// → export default Button;

ezgif com-gif-maker

MIT

1.0.8

3 years ago

1.0.2

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago