6 lines
106 B
Text
6 lines
106 B
Text
---
|
|
const { text, ruby } = Astro.props;
|
|
---
|
|
<ruby>
|
|
{text} <rp>(</rp><rt>{ruby}</rt><rp>)</rp>
|
|
</ruby>
|