Skip to content

Instantly share code, notes, and snippets.

@harunonsystem
Last active July 26, 2023 02:53
Show Gist options
  • Save harunonsystem/2e4391dc5d9b0a9c93c2ed99a3e28970 to your computer and use it in GitHub Desktop.
Save harunonsystem/2e4391dc5d9b0a9c93c2ed99a3e28970 to your computer and use it in GitHub Desktop.
風呂とご飯と魔剤の投稿Formを出します
Ui:render([
Ui:C:container({
children: [
Ui:C:postFormButton({
text: "風呂 🛀"
rounded: true
primary: true
form: {
text: `#はるのん風呂`
}
}),
Ui:C:postFormButton({
text: "ご飯 🍚"
rounded: true
primary: true
form: {
text: `#はるのん食べた `
}
}),
Ui:C:postFormButton({
text: "魔剤"
rounded: true
primary: true
form: {
text: `@count 魔剤1`
}
})
]
})
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment