aristath/kirki

View on GitHub
packages/kirki-framework/control-react-colorful/src/js/components/KirkiReactColorfulCIrcle.js

Summary

Maintainability
A
1 hr
Test Coverage

Function KirkiReactColorfulCircle has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const KirkiReactColorfulCircle = (props) => {
  const { color = "" } = props;
  const [value, setValue] = useState(() => color);

  // Update the local state when `color` property value is changed.

There are no issues that match your filters.

Category
Status