Skip to content

Commit c70a74e

Browse files
committed
docs: update Configure.mdx with compatibility focus
- Replace multiple unused asset imports with single compatibility.png - Update section heading from 'Easy Integration' to 'Compatibility' - Enhance description to highlight framework compatibility (React, Vue, Angular, Solid) - Add border-radius styling to images for better presentation - Remove unused assets (accessibility, discord, youtube, tutorials, styling, docs, figma-plugin, testing, theming, addon-library)
1 parent 092a5cd commit c70a74e

13 files changed

Lines changed: 6 additions & 19 deletions

src/stories/Configure.mdx

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
import { Meta } from "@storybook/addon-docs/blocks";
22

33
import Github from "./assets/github.svg";
4-
import Discord from "./assets/discord.svg";
5-
import Youtube from "./assets/youtube.svg";
6-
import Tutorials from "./assets/tutorials.svg";
7-
import Styling from "./assets/styling.png";
4+
import Compatibility from "./assets/compatibility.png";
85
import Context from "./assets/context.png";
96
import Assets from "./assets/assets.png";
10-
import Docs from "./assets/docs.png";
11-
import Share from "./assets/share.png";
12-
import FigmaPlugin from "./assets/figma-plugin.png";
13-
import Testing from "./assets/testing.png";
14-
import Accessibility from "./assets/accessibility.png";
15-
import Theming from "./assets/theming.png";
16-
import AddonLibrary from "./assets/addon-library.png";
177

188
export const RightArrow = () => (
199
<svg
@@ -47,11 +37,11 @@ export const RightArrow = () => (
4737
<div className="sb-section">
4838
<div className="sb-section-item">
4939
<img
50-
src={Styling}
51-
alt="A wall of logos representing different styling technologies"
40+
src={Compatibility}
41+
alt="A wall of logos representing different technologies"
5242
/>
53-
<h4 className="sb-section-item-heading">Easy Integration</h4>
54-
<p className="sb-section-item-paragraph">Designed to work seamlessly with modern CSS and framework stacks. Just import and use in your components.</p>
43+
<h4 className="sb-section-item-heading">Compatibility</h4>
44+
<p className="sb-section-item-paragraph">Designed to work seamlessly with React, Vue, Angular, Solid, and more. Highly compatible with modern CSS and framework stacks.</p>
5545
</div>
5646
<div className="sb-section-item">
5747
<img
@@ -98,6 +88,7 @@ export const RightArrow = () => (
9888
}
9989
10090
img {
91+
border-radius: 15px;
10192
object-fit: cover;
10293
}
10394
-41.3 KB
Binary file not shown.

src/stories/assets/accessibility.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
-456 KB
Binary file not shown.
64.6 KB
Loading

src/stories/assets/discord.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/stories/assets/docs.png

-27.2 KB
Binary file not shown.
-43.2 KB
Binary file not shown.

src/stories/assets/styling.png

-7.07 KB
Binary file not shown.

src/stories/assets/testing.png

-48.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)