Home
last modified time | relevance | path

Searched refs:LI (Results 1 – 18 of 18) sorted by relevance

/expo/packages/html-elements/src/elements/__tests__/
H A DLists-test.tsx6 import { LI, UL } from '../Lists';
8 it(`renders UL nested in LI`, () => {
12 <LI>
13 <LI>item</LI>
15 <LI>item</LI>
17 </LI>
/expo/docs/ui/components/Footer/
H A DLinks.tsx3 import { A, CALLOUT, LI } from '../Text';
10 <LI>
21 </LI>
26 <LI>
35 </LI>
37 <LI>
42 </LI>
46 <LI>
51 </LI>
/expo/apps/native-component-list/src/screens/
H A DHTMLElementsScreen.tsx20 LI,
127 <LI>Grow a long, majestic beard.</LI>
128 <LI>Wear a tall, pointed hat.</LI>
129 <LI>
130 <LI>Grow a long, majestic beard.</LI>
131 <LI>Wear a tall, pointed hat.</LI>
132 <LI>Have I mentioned the beard?</LI>
133 </LI>
134 <LI>Have I mentioned the beard?</LI>
/expo/packages/html-elements/build/elements/
H A DLists.d.ts6 export declare const LI: React.ComponentType<LIProps>; constant
H A DLists.js19 export const LI = forwardRef((props, ref) => { constant
H A DLists.js.map1 … === 'string';\n}\n\ntype LIProps = TextProps | ViewProps;\n\nexport const LI = forwardRef((props:…
/expo/apps/test-suite/tests/
H A DHTML.js21 LI,
66 LI,
80 LI,
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DLists-test.tsx.snap.ios3 exports[`renders UL nested in LI 1`] = `
H A DLists-test.tsx.snap.android3 exports[`renders UL nested in LI 1`] = `
H A DLists-test.tsx.snap.web3 exports[`renders UL nested in LI 1`] = `
/expo/docs/ui/components/Text/
H A Dtypes.ts12 LI = 'li', enumerator
H A Dindex.tsx211 export const LI = createTextComponent(TextElement.LI, css(typography.body.li));
/expo/docs/components/plugins/api/
H A DAPISectionMethods.tsx32 import { H2, LI, UL, MONOSPACE } from '~/ui/components/Text';
83 <LI>
86 </LI>
H A DAPISectionProps.tsx29 import { CODE, H2, H3, H4, LI, MONOSPACE, P, UL } from '~/ui/components/Text';
54 <LI key={`inherited-prop-${ip.name}-${ip.type}`}>
56 </LI>
H A DAPISectionUtils.tsx34 LI,
79 li: ({ children }) => <LI>{children}</LI>,
/expo/docs/ui/components/Markdown/
H A Dindex.tsx8 import { H1, H2, H3, H4, H5, A, CODE, P, BOLD, UL, OL, LI, KBD } from '~/ui/components/Text';
56 Component: LI,
/expo/packages/html-elements/src/elements/
H A DLists.tsx28 export const LI = forwardRef((props: PropsWithChildren<LIProps>, ref: any) => {
/expo/packages/html-elements/
H A DREADME.md91 | [`<li />`][html-li] | [`<LI />`](#li) |
551 import { UL, LI } from '@expo/html-elements';
555 <LI>oranges</LI>
556 <LI>apples</LI>
558 <LI>green</LI>
559 <LI>red</LI>
570 ### `<LI/>`