open-consul/ui/packages/consul-peerings/app/components/consul/peer/form
Valeriia Ruban f404d3eb13
feat: update typography to consume hds styles (#16577)
2023-03-14 19:49:14 -07:00
..
generate feat: update typography to consume hds styles (#16577) 2023-03-14 19:49:14 -07:00
initiate feat: update typography to consume hds styles (#16577) 2023-03-14 19:49:14 -07:00
token Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
README.mdx ui: Add Peer Form (#13794) 2022-07-20 12:58:47 +01:00
chart.xstate.js Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
index.hbs Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
index.scss feat: update typography to consume hds styles (#16577) 2023-03-14 19:49:14 -07:00

README.mdx

# Consul::Peer::Form

```hbs preview-template
<Consul::Peer::Form
  @params={{hash
    dc='dc1'
    nspace=''
    partition=''
  }}
as |form|>
  <form.Form
    @onchange={{noop}}
    @onsubmit={{noop}}
  as |form|>
    <form.Fieldsets />
    <form.Actions
      @onclose={{noop}}
    />
  </form.Form>
</Consul::Peer::Form>
```