Radio 使用 Omi 中使用 API Props Radio 单选按钮允许用户在查看所有可用选项时从一组中选择一个选项。 使用 <m-radio id = 'r1' value = "1" label = 'Label' checked name = "abc" > </m-radio> <m-radio...
Paper 使用 Omi 中使用 API Props Paper 在屏幕上展现纸张的物理属性。 使用 <m-paper elevation = '1' square = 'true' > <h3> This is a sheet of paper. </h3> <p> Paper can be used to...
Switch 使用 Omi 中使用 API Props Switch 切换打开或关闭单个设置的状态。 它们是调整移动设置的首选方式。 使用 <m-switch id = 'm-switch-d' label = 'LabelD' value = 'omim D' checked disabled ></m-switc...