Help
Article view
One article inside the panel. You render the body, so the markdown and sanitizer choices stay yours.
Install
npx shadcn@latest add https://ui.inflection.network/r/article-view.jsonPulls in utils automatically.
Usage
Track or change a delivery
Where your parcel is, and how to redirect it.
Open the order and choose Track. Until a parcel leaves the warehouse you can also change the delivery address.
Once it is with the courier, redirection has to happen on their side.
Props
| Name | Type | Description |
|---|---|---|
| title* | string | |
| children* | ReactNode | The body. You render it — markdown flavour and sanitizer stay your decision. |
| summary | string | A line under the title. |
| onBack | () => void | Renders the “All articles” control. |
| footer | ReactNode | The escape hatch when the article did not answer it. |
* required