Skip to content

Commit

Permalink
refactor: add new component
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 10, 2024
1 parent 816b703 commit 0ddff05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const components: any[] = [
children: [
{ name: 'form' },
{ name: 'text-field' },
{ name: 'tag-field' },
{ name: 'radio' },
{ name: 'checkbox' },
{ name: 'textarea' },
Expand Down Expand Up @@ -157,6 +158,7 @@ const components: any[] = [
// ------------------------------------------------------------------------------------- //

{ name: 'form' },
{ name: 'tag-field', children: [{ name: 'tag-group' }, { name: 'field' }] },
{ name: 'text-field', children: [{ name: 'field' }] },
{ name: 'input-otp' },
{ name: 'radio', children: [{ name: 'field' }] },
Expand Down

0 comments on commit 0ddff05

Please sign in to comment.