1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-29 12:26:09 +01:00

Add radio button group

This commit is contained in:
Phuoc Nguyen
2019-12-01 21:40:07 +07:00
parent 03b1daa6ae
commit 0c66e2da32
8 changed files with 205 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ const Details: React.FC<{}> = () => {
`}
/>
</div>
<RelatedPatterns patterns={[Pattern.CustomRadioButton]} />
<RelatedPatterns patterns={[Pattern.CustomRadioButton, Pattern.RadioButtonGroup]} />
</DetailsLayout>
);
};