docs and things

This commit is contained in:
Letter N
2020-07-21 13:32:12 +08:00
parent c27f339049
commit e27bc2eda3
4 changed files with 337 additions and 262 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ export const SampleInterface = (props, context) => {
<LabeledList.Item label="Button">
<Button
content="Dispatch a 'test' action"
onClick={() => act('test')}>
onClick={() => act('test')} />
</LabeledList.Item>
</LabeledList>
</Section>
@@ -345,7 +345,7 @@ export const SampleInterface = (props, context) => {
<LabeledList.Item label="Button">
<Button
content="Dispatch a 'test' action"
onClick={() => act('test')}>
onClick={() => act('test')} />
</LabeledList.Item>
</LabeledList>
</Section>