From b0645c91a9c514917140437e6341a8c813b43cce Mon Sep 17 00:00:00 2001 From: Devon Persing Date: Mon, 4 Feb 2019 14:01:46 -0800 Subject: [PATCH 1/4] Added guidelines for setting toggle and account connection --- src/components/AccountConnection/README.md | 10 ++++++++++ src/components/SettingToggle/README.md | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/components/AccountConnection/README.md b/src/components/AccountConnection/README.md index c0b0358c2dc..7fc6c822280 100644 --- a/src/components/AccountConnection/README.md +++ b/src/components/AccountConnection/README.md @@ -166,3 +166,13 @@ class AccountConnectionExample extends React.Component { }; } ``` + +--- + +## Accessibility + + + +The account connection component relies on the [setting toggle component](/components/actions/setting-toggle) to turn connections on and off. + + diff --git a/src/components/SettingToggle/README.md b/src/components/SettingToggle/README.md index 109a5c03b4c..2793ae6fec5 100644 --- a/src/components/SettingToggle/README.md +++ b/src/components/SettingToggle/README.md @@ -115,3 +115,15 @@ class SettingToggleExample extends React.Component { ## Related components - To let merchants to connect or disconnect their store to third-party services and apps, [use the account connection component](/components/actions/account-connection) + +--- + +## Accessibility + + + +The setting toggle component is implemented as an HTML `