mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 08:00:01 +08:00
Usage:
```
<Form as |form|>
<form.Field @name="foo" @title="Foo" as |field|>
<field.RadioGroup as |RadioGroup|>
<RadioGroup.Radio @value="one" as |radio|>
<radio.Title>One title</radio.Title>
<radio.Description>One description</radio.Description>
</RadioGroup.Radio>
</field.RadioGroup>
</form.Field>
</Form>
```
|
||
|---|---|---|
| .. | ||
| app/controllers/styleguide | ||
| assets | ||
| config | ||
| db/post_migrate | ||
| lib/styleguide | ||
| public/images | ||
| spec/integration | ||
| plugin.rb | ||
| README.md | ||
| screenshot.png | ||
