Date Stamp
A date stamp (日付印) combines a date with labels such as 受領 (received) or 確認 (confirmed).
Example
tsx
import { SealCanvas } from '@luohuax/seal-kit'
function App() {
return (
<SealCanvas
preset="dateStamp"
text="受領"
dateStamp={{
year: 2026,
month: 7,
day: 9,
topText: '令和',
bottomText: '確認'
}}
/>
)
}Result
This renders a rectangular date stamp for the year Reiwa, with month 7 and day 9.
Date Stamp Fields
| Field | Type | Description |
|---|---|---|
year | string | number | Year value |
month | string | number | Month value |
day | string | number | Day value |
topText | string | Text displayed above the date |
bottomText | string | Text displayed below the date |
Common Labels
受領— received確認— confirmed検収— inspected and accepted承認— approved