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

Selectコンポーネントを追加 #244

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Conversation

yamakeeeeeeeeen
Copy link
Collaborator

#228

image

使い方

<%= render layout: "components/form_control", locals: { label: "Event Name" } do |id| %>
  <%= render "components/select",
    id: id,
    options: [["事前勉強会", "pre_study"], ["事後勉強会", "post_study"]],
    selected: "pre_study"
  %>
<% 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 9685f69 into 2025 Feb 6, 2025
2 checks passed
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