@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
27 lines • 1.39 kB
JavaScript
import * as React from 'react';
import { CSSGridDocsLink, CSSGridGenLink } from '../../../components/atoms/Links/LinksDevDocs';
import { LabelPropsToggle } from './GridAreaHelp';
/**
* This is a sample of grid area names from Network-Builder as of 2024-06-21
*/
export const GridAreaFormNamesNetworkBuilder = React.createElement("div", null,
React.createElement("div", { className: 'fps-pph-topic' },
"Grid Area Names from this form: ",
CSSGridDocsLink,
" ",
CSSGridGenLink),
React.createElement("div", null, LabelPropsToggle),
React.createElement("ul", null,
React.createElement("li", null,
"Primary and Links: ",
React.createElement("b", null, "primaryName, primeHash, linksStateT1 thru linksStateT7")),
React.createElement("li", null,
"Multi Item: ",
React.createElement("b", null, "multiTypes, multiImageMask, multiField1 thru multiField6")),
React.createElement("li", null,
"Single Item: ",
React.createElement("b", null, "singleStateT1 thru singleStateT5, singleStateM6 thru singleStateM7")),
React.createElement("li", null,
"Pages: ",
React.createElement("b", null, "pageStateMA1, pageStateMB1, pageStateMA2, pageStateMB2"))));
//# sourceMappingURL=GridAreaNamesNetworkBuilder.js.map