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

@slidy/svelte - Template props #38

Closed
Valexr opened this issue Feb 1, 2022 · 1 comment
Closed

@slidy/svelte - Template props #38

Valexr opened this issue Feb 1, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Valexr
Copy link
Owner

Valexr commented Feb 1, 2022

Needed simplify outside props configuration interface - like full object with options & like stand alone props...

@Valexr Valexr added the enhancement New feature or request label Feb 1, 2022
@Valexr Valexr changed the title #2 - Template props Template props Feb 1, 2022
@Valexr Valexr changed the title Template props @slidy/svelte - Template props Feb 1, 2022
@Valexr Valexr changed the title @slidy/svelte - Template props Template props Feb 1, 2022
@Valexr Valexr changed the title Template props @slidy/svelte - Template props Feb 1, 2022
@EricRovell
Copy link
Collaborator

Svelte template component props were reworked. No more objects, only individual props. It makes the API more elegant and solves a lot of problems with immutable mode and makes the component more performant, as object prop considered a bad practice for svelte components.

Ream more about current API here.

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
Status: Done
Development

No branches or pull requests

2 participants