[PR #157] [CLOSED] feat: introduce Input component #763

Closed
opened 2026-02-26 18:48:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/157
Author: @nikospapcom
Created: 5/25/2023
Status: Closed

Base: mainHead: nikospapcom/create-input-component


📝 Commits (1)

  • c106c9e feat: introduce Input component

📊 Changes

6 files changed (+70 additions, -62 deletions)

View changed files

📝 apps/web/components/login.tsx (+13 -21)
📝 apps/web/components/settings.tsx (+4 -20)
📝 apps/web/components/signup.tsx (+15 -21)
packages/ui/components/input/Input.tsx (+36 -0)
packages/ui/components/input/index.ts (+1 -0)
📝 packages/ui/index.ts (+1 -0)

📄 Description

I create an input component in order to be have more reusable inputs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/157 **Author:** [@nikospapcom](https://github.com/nikospapcom) **Created:** 5/25/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nikospapcom/create-input-component` --- ### 📝 Commits (1) - [`c106c9e`](https://github.com/documenso/documenso/commit/c106c9ea7df217a271c67d17b4d64883c105e697) feat: introduce Input component ### 📊 Changes **6 files changed** (+70 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/login.tsx` (+13 -21) 📝 `apps/web/components/settings.tsx` (+4 -20) 📝 `apps/web/components/signup.tsx` (+15 -21) ➕ `packages/ui/components/input/Input.tsx` (+36 -0) ➕ `packages/ui/components/input/index.ts` (+1 -0) 📝 `packages/ui/index.ts` (+1 -0) </details> ### 📄 Description I create an input component in order to be have more reusable inputs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#763
No description provided.