1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 18:56:29 +02:00

Add voting control

This commit is contained in:
Phuoc Nguyen
2021-04-01 22:32:40 +07:00
parent 6fda4730b3
commit 2d21c9427f
7 changed files with 283 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ css={`
</div>
</BrowserFrame>
</div>
<RelatedPatterns patterns={[Pattern.SpinButton]} />
<RelatedPatterns patterns={[Pattern.SpinButton, Pattern.Voting]} />
</DetailsLayout>
);
};