You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclassName={style({font: 'body-3xl',marginY: 0,color: 'white'})}>React Spectrum empowers you to build high quality, accessible, cohesive apps with Adobe's signature design</p>
<pclassName={style({font: 'body-3xl',marginY: 0,color: 'white',textWrap: 'balance'})}>React Spectrum empowers you to build high quality, accessible, cohesive apps with Adobe's signature design.</p>
description="React Spectrum makes interfaces more accessible, flexible, and easier to maintain, while giving users a seamless experience no matter where they are.">
272
272
<Feature
273
273
title="Dark mode"
274
-
description="Deliver effortless dark and light mode support with no extra styling needed."
274
+
description="Deliver effortless light and dark mode support with no extra styling needed."
description="Fonts scale automatically according to user preferences and screen size, fully compatible with rem-based typography, allowing your text to scale naturally."
335
+
description="Fonts scale automatically according to user preferences and screen size using rem-based typography, allowing your text to scale naturally."
<Sectiontitle="Everything you need to build beautiful apps"description="Bring your interface to life with expressive icons, Spectrum colors, and rich illustrations. Every detail works together to make your product look polished and on-brand.">
359
+
<Sectiontitle="Everything you need to build beautiful apps."description="Bring your interface to life with expressive icons, Spectrum colors, and rich illustrations. Every detail works together to make your product look polished and on-brand.">
360
360
<Feature
361
361
title="Icons"
362
-
description="Spectrum icon support for your product. Use the icon search to simplify finding the right icon the right experience."
362
+
description={<>With hundreds of Spectrum icons to choose from, use our <Linkhref="icons"variant="secondary">icon search</Link> to find the right icon for the right experience.</>}
description="Rich illustrations that help bring your interface to life. Use the illustration search to find the right illustration for your product."
369
+
description={<>Rich illustrations help bring your interface to life. Use our <Linkhref="illustrations"variant="secondary">illustration search</Link> to find the right illustration for your product.</>}
title={<>Rapidly style custom components with Style Macros</>}
376
+
title={<>Rapidly style custom components with Style Macros.</>}
377
377
description={<>Easily use Spectrum tokens like colors, spacing, and typography in your own custom components with style macros. Styles are <strong>colocated</strong> with your component code, allowing you to <strong>develop more efficiently</strong> and <strong>refactor with confidence</strong> – no more CSS conflicts or specificity issues. Style macros generate atomic CSS at build time, so you get tiny bundle sizes and fast runtime performance.</>}>
378
378
<Feature
379
379
title="Colors"
380
-
description="Access the full range of Spectrum color tokens when you need them."
380
+
description="Convenient access to the full range of Spectrum color tokens."
description="Adaptive UI built on Spectrum's responsive layout definitions.... *needs work"
472
+
description="Adapt your application for any screen size using our built-in breakpoints, or define your own."
473
473
illustration={<Phone/>}
474
474
style={{gridColumn: 'span 6'}}>
475
475
<Responsive/>
476
476
</Feature>
477
477
</Section>
478
478
<Section
479
-
title="Built for modern development and the modern web"
479
+
title="Built for modern development and the modern web."
480
480
description="With AI-ready documentation, server side and runtime performance optimizations, React Spectrum helps you build modern, scalable apps without compromise.">
481
481
<Feature
482
482
title="AI-ready"
@@ -487,19 +487,26 @@ const buttonStyle = style({
487
487
</Feature>
488
488
<Feature
489
489
title="SSR"
490
-
description="Server-side rendering and React Server Components support, maximizing Core Web Vitals with zero layout thrashing."
490
+
description="Server-side rendering and React Server Components support, maximizing Core Web Vitals."
0 commit comments