Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
Completed
Build a Svelte component
vadosware
Details
Applications
4
Discussion
This Bounty has been completed!
@vadosware's review of @MineyMo
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty Description
Problem Description
I'd like a component built in Svelte with a given design.
Components may represent chunks of a webpage or a very specific UI element.
Acceptance Criteria
A Svelte component that is:
- Functionally usable in a Svelte/Kit application
- I18n compatible
- Configurable such that dynamic areas (ex. text, images/content) can be passed in (via slots or args)
- All configuration should be specified via a
zod
object that is exported from the component itself.
- All configuration should be specified via a
- Styled with plain CSS + CSS variables (ex.
--theme-primary
, etc)
Technical Details
This project utilizes Svelte
Link to Project
The project doesn't exist yet --