-
-
Notifications
You must be signed in to change notification settings - Fork 34
Utils updates #770
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
Utils updates #770
Conversation
- simplified code in each of Utils components - added foreign currency example in fmt
|
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much cleaner! Would using inline:
```svelte live
<script>
...
</script>
be even cleaner?
Would remove the need for separate examples... but then you also loose the ability to open the examples standalone / in StackBlitz / etc.
Just a thought. I'm good either way, but thought it was worth mentioning.
updated utils to make use of :example{}
simplified code in each of Utils components
added foreign currency example in fmt