Skip to content

Commit

Permalink
feat: add input-number component
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Oct 18, 2023
1 parent fa4c017 commit c2b293d
Show file tree
Hide file tree
Showing 8 changed files with 1,989 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import iconBox from './icon-box'
import inputFileRegular from './input-file-regular'
import inputFile from './input-file'
import input from './input'
import inputNumber from './input-number'
import label from './label'
import link from './link'
import list from './list'
Expand Down Expand Up @@ -78,6 +79,7 @@ const components = [
inputFileRegular,
inputFile,
input,
inputNumber,
label,
link,
list,
Expand Down
Loading

0 comments on commit c2b293d

Please sign in to comment.