Skip to content

Commit

Permalink
chore: add margin property to radio group
Browse files Browse the repository at this point in the history
  • Loading branch information
twjeffery authored Sep 25, 2024
1 parent f13959a commit 5ced9e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/components/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ export default function RadioPage() {
required: true,
description: "Callback function when radio value is changed.",
},
{
name: "mt,mr,mb,ml",
type: "none | 3xs | 2xs | xs | s | m | l | xl | 2xl | 3xl | 4xl",
description: "Apply margin to the top, right, bottom, and/or left of the component.",
},
];
const radioItemProperties: ComponentProperty[] = [
{
Expand Down

0 comments on commit 5ced9e2

Please sign in to comment.