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
* update tagline
* Update packages/dev/s2-docs/pages/s2/home/Home.tsx
* A few updates
* Add React Spectrum v3 link
* Add Search Menu to S2 homepage
* Hard code photos
* fix imports
* More copy and minor mobile improvements
---------
Co-authored-by: Devon Govett <[email protected]>
Co-authored-by: Robert Snow <[email protected]>
<pclassName={style({font: 'body-3xl',marginY: 0,color: 'white'})}>React Spectrum gives you the power to build high quality, accessible UI with the cohesive look and feel of Adobe. </p>
description="React Spectrum makes interfaces more accessible, flexible, and easier to maintain, while giving users a seamless experience no matter where they are.">
244
+
description="React Spectrum makes interfaces more accessible, flexible, and maintainable, giving users a seamless experience no matter where they are.">
244
245
<Feature
245
246
title="Dark mode"
246
-
description="Deliver effortless dark and light mode support with no extra styling needed."
247
+
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."
308
+
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.">
332
+
<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.">
332
333
<Feature
333
334
title="Icons"
334
-
description="Spectrum icon support for your product. Use the icon search to simplify finding the right icon the right experience."
335
+
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."
342
+
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</>}
349
+
title={<>Rapidly style custom components with Style Macros.</>}
349
350
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.</>}>
350
351
<Feature
351
352
title="Colors"
352
-
description="Access the full range of Spectrum color tokens when you need them."
353
+
description="Convenient access to the full range of Spectrum color tokens."
description="Adaptive UI built on Spectrum's responsive layout definitions.... *needs work"
445
+
description="Adapt your application for any screen size using our built-in breakpoints, or define your own."
445
446
illustration={<Phone/>}
446
447
style={{gridColumn: 'span 6'}}>
447
448
<Responsive/>
448
449
</Feature>
449
450
</Section>
450
451
<Section
451
-
title="Built for modern development and the modern web"
452
+
title="Built for modern development and the modern web."
452
453
description="With AI-ready documentation, server side and runtime performance optimizations, React Spectrum helps you build modern, scalable apps without compromise.">
453
454
<Feature
454
455
title="AI-ready"
@@ -459,19 +460,28 @@ const buttonStyle = style({
459
460
</Feature>
460
461
<Feature
461
462
title="SSR"
462
-
description="Server-side rendering and React Server Components support, maximizing Core Web Vitals with zero layout thrashing."
463
+
description="Server-side rendering and React Server Components support maximize Core Web Vitals."
0 commit comments