-
Field Array Structure Implementation
- FieldArrayInput
- FieldArrayInputRender
- Component Type enabled:
'text' | 'switch' | 'check-group' | 'checkbox' | 'file-dropzone' | 'number' | 'radio' | 'select'
- sample field array page
-
Header content update
-
button customization
-
Header sticky on top
-
Footer with AntD back on top
-
start drawer integration
-
AntdRhFormProvider
standartization to implement as base on form implementation -
integration with Joi to form validation
- Update of dependencies due Vercel indicated bugs
- TextInput improved to render based on types
text | password | mask |"text-area
, being thetext
the default render- add
antd-mask-input
dependency
- add
- update checkbox and select inputs
- add
Less
support to improve Ant Design customization - improve header with dropdown menu implementation
- possibility of indicate if the menu appears on header or dropdown
- Add
Tsrynge
andreflect metadata
to implement server container dependencies- Enable to implement Repositories / Services classes used on backend
- Implementation of basic CRUD Value Repository and api endpoints
- add base context api code for context hook implementations
- add axios for http requests
- add base client api based on axios
- implement value resource hook from sample api with crud client calls
- included provider of this on SampleApi provider
- implement Index values page consuming values from context hook
- Crud functionalities pages based on crud api for
ValueDTO
- enforces input attributes from form interface based on React Hook Form integration
- add label to inputs
- password input
- improve File Dropzone implementation
- Select input implementations
- suffix and prefix text input enable
- radio input implementation
- check box and check group components
- switch components
- base layout fix
- input number
- add tooltip to inputs
- header and layout updates
yarn create next-app --typescript
: bootstrap nextjs projectyarn add -D prettier
: add prettier- add editorconfig
- fix default project structure by arranging
pages
andstyles
folders insidesrc
- tailwindcss configuration css class utilities
- test tailwind configuration on index.ts referencing with tailwind sample
- add ant design for built UI components
- add react hook form for forms implementation
- nextjs link usage samples
- header and footer layouts
- header link component
- header navigation links updates
- add react dropzone
- integration of react dropzone with react hook form