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

Update documentation for the pagination/1 component #21

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

merhard
Copy link
Member

@merhard merhard commented Dec 6, 2024

Add a code example of how to use the component. Mark the :params and :total_count attributes as required so the developer gets compile-time hints that these attributes should be set in the template when using the component. Move the LiveComponent to its own module so its functions do not get imported for use in the application's code.

Resolves #15

Add a code example of how to use the component. Mark the `:params` and
`:total_count` attributes as required so the developer gets compile-time
hints that these attributes should be set in the template when using the
component. Move the LiveComponent to its own module so its functions do
not get imported for use in the application's code.

Resolves #15
@merhard merhard merged commit fd45707 into main Dec 23, 2024
4 checks passed
@merhard merhard deleted the me/fix-pagination branch December 23, 2024 17:09
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.

pagination issues
2 participants