shipany-feature
v0.1.0
Published
Reusable ShipAny feature section components.
Readme
shipany-feature
Reusable ShipAny feature section components.
Install
pnpm add shipany-featureUsage
Import the CSS once in your app global stylesheet or root layout:
import 'shipany-feature/styles.css';Render the native highlights block:
import { HighlightsNative } from 'shipany-feature/react';
<HighlightsNative section={section} />;HighlightsNative uses adaptive image sizing by default. Set
image.fit: "cover" on an item only when you want the old cropped cover layout.
