Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormControlコンポーネントを追加 #239

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

yamakeeeeeeeeen
Copy link
Collaborator

@yamakeeeeeeeeen yamakeeeeeeeeen commented Feb 2, 2025

#219

image

使い方

<%= render layout: "components/form_control", locals: { label: "ユーザー名" } do |id| %>
  <%= render "components/text_field",
    id: id,
    classes: "w-full",
    placeholder: "ユーザー名を入力してください"
  %>
<% end %>

Copy link
Collaborator

@atzzCokeK atzzCokeK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gogo

@yamakeeeeeeeeen yamakeeeeeeeeen merged commit 0cf0ff5 into 2025 Feb 4, 2025
2 checks passed
@yamakeeeeeeeeen yamakeeeeeeeeen deleted the components/form_control branch February 4, 2025 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants