RSG-Group/rsg-components

View on GitHub
src/FormBasic.js

Summary

Maintainability
A
1 hr
Test Coverage

Function FormBasic has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function FormBasic (props: {}): React.createElement {
  const styles: Object = StyleSheet.create({
    inputStyle: {
      border: '1px solid rgb(128, 128, 128)',
      borderRadius: '3.5px',
Severity: Minor
Found in src/FormBasic.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status