uni-ui-form-builder
v1.0.2
Published
A form builder for Uni UI using React and Ant Design
Maintainers
Readme
Uni UI Form Builder
A form builder for Uni UI using React and Ant Design.
🚀 Getting Started
Clone the repository
git clone https://github.com/balasurendaran/UniUi.git cd UniUiInstall dependencies
npm installRun in development mode
npm run dev
🛠️ Contribution Guide
We welcome contributions! Please follow these steps:
1. Fork & Clone
- Fork the repository on GitHub.
- Clone your fork locally.
2. Create a Branch
git checkout -b feature/your-feature-name3. Make Your Changes
- Follow the existing code style.
- Add or update tests if needed.
- Update documentation if you add new features.
4. Lint & Build
npm run lint
npm run build5. Commit & Push
git add .
git commit -m "Describe your changes"
git push origin feature/your-feature-name6. Create a Pull Request
- Go to your fork on GitHub and open a Pull Request to the
mainbranch.
✅ Contribution Checklist
- [ ] Code builds and runs locally (
npm run devandnpm run build) - [ ] Lint passes (
npm run lint) - [ ] All tests pass (if applicable)
- [ ] Documentation updated (if needed)
- [ ] No sensitive data or secrets committed
- [ ] PR description clearly explains the change
📦 Publishing Checklist (for maintainers)
- [ ] Update version in
package.json - [ ] Build the project (
npm run build) - [ ] Check
distfolder for correct output - [ ] Run
npm publish --access public - [ ] Tag the release on GitHub
🤝 Code of Conduct
Please be respectful and considerate in all interactions.
Icon Reference
For icons used in this project, please refer to Flowbite Icons
📄 License
MIT © Bala Surendaran
