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

Align the attributes of HTML tags #12

Open
tossnet opened this issue Jan 9, 2023 · 1 comment
Open

Align the attributes of HTML tags #12

tossnet opened this issue Jan 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tossnet
Copy link
Contributor

tossnet commented Jan 9, 2023

To improve the reading of Razor pages, it is clearer to align with a line break the attributes of components or HTML tags

❌ :
<MudTextField T="string" MaxLength="200" @bind-Value="demoAccount.Email" InputType="InputType.Email" Label="Email" Margin="Margin.Dense" autocomplete="off" />

<MudTextField T="string" 
              MaxLength="200" 
              @bind-Value="demoAccount.Email" 
              InputType="InputType.Email" 
              Label="Email" 
              Margin="Margin.Dense" 
              autocomplete="off"  />
@dvoituron
Copy link
Collaborator

Yes. Good idea. Can you update the Readme.md with this improvement?

@dvoituron dvoituron added the enhancement New feature or request label Jan 9, 2023
tossnet added a commit to tossnet/BlazorGuidelines that referenced this issue Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants