1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-19 04:11:24 +02:00

Add custom radio button

This commit is contained in:
Phuoc Nguyen
2019-12-01 19:05:22 +07:00
parent fba9e42023
commit 3a57915833
27 changed files with 288 additions and 37 deletions

View File

@@ -30,7 +30,7 @@ const Details: React.FC<{}> = () => {
source={`
<style>
.p-rating {
/* Content is centered */
/* Center the content */
align-items: center;
display: flex;
justify-content: center;