Home / File/ ScrollIntoViewCaseSimple.js — react Source File

ScrollIntoViewCaseSimple.js — react Source File

Architecture documentation for ScrollIntoViewCaseSimple.js, a javascript file in the react codebase. 2 imports, 1 dependents.

File javascript BabelCompiler Entrypoint 2 imports 1 dependents 1 functions

Entity Profile

Dependency Diagram

graph LR
  dc954d72_882f_8ac7_aa54_99a4a5bbb387["ScrollIntoViewCaseSimple.js"]
  54fdfb71_d9cb_227f_9ddd_db85674e3758["ScrollIntoViewTargetElement.js"]
  dc954d72_882f_8ac7_aa54_99a4a5bbb387 --> 54fdfb71_d9cb_227f_9ddd_db85674e3758
  4b4658ce_d9f4_1bbb_1e0e_690781063dda["ScrollIntoViewTargetElement"]
  dc954d72_882f_8ac7_aa54_99a4a5bbb387 --> 4b4658ce_d9f4_1bbb_1e0e_690781063dda
  31c15496_1aa2_12cd_6859_37fdcdc9b145["ScrollIntoViewCase.js"]
  31c15496_1aa2_12cd_6859_37fdcdc9b145 --> dc954d72_882f_8ac7_aa54_99a4a5bbb387
  style dc954d72_882f_8ac7_aa54_99a4a5bbb387 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import ScrollIntoViewTargetElement from './ScrollIntoViewTargetElement';

const React = window.React;
const {Fragment} = React;

export default function ScrollIntoViewCaseSimple() {
  return (
    <Fragment>
      <ScrollIntoViewTargetElement color="lightyellow" id="SCROLLABLE-1" />
      <ScrollIntoViewTargetElement color="lightpink" id="SCROLLABLE-2" />
      <ScrollIntoViewTargetElement color="lightcyan" id="SCROLLABLE-3" />
    </Fragment>
  );
}

Domain

Subdomains

Frequently Asked Questions

What does ScrollIntoViewCaseSimple.js do?
ScrollIntoViewCaseSimple.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain, Entrypoint subdomain.
What functions are defined in ScrollIntoViewCaseSimple.js?
ScrollIntoViewCaseSimple.js defines 1 function(s): ScrollIntoViewCaseSimple.
What does ScrollIntoViewCaseSimple.js depend on?
ScrollIntoViewCaseSimple.js imports 2 module(s): ScrollIntoViewTargetElement, ScrollIntoViewTargetElement.js.
What files import ScrollIntoViewCaseSimple.js?
ScrollIntoViewCaseSimple.js is imported by 1 file(s): ScrollIntoViewCase.js.
Where is ScrollIntoViewCaseSimple.js in the architecture?
ScrollIntoViewCaseSimple.js is located at fixtures/dom/src/components/fixtures/fragment-refs/ScrollIntoViewCaseSimple.js (domain: BabelCompiler, subdomain: Entrypoint, directory: fixtures/dom/src/components/fixtures/fragment-refs).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free