I've created druid-assets repository to make a marketplace with custom styles and components.
Any of druid users can push their own components and styles to share it with the other users
Also, this marketplace is great example to how you can create your custom components
Publish your component:
-
Add component to
components
folder (.lua and .gui files) -
Inside this folder, make
example
folder with collection and usage of your component. There is possible to add your graphics assets inside this folder -
Add your collection to monarch in
druid-assets/loader.collection
(see examplecomponent_progress_rich
) -
Add your component info in
resources/components.json
-
Make pull request
-
Done!
MIT License
If you have any issues, questions or suggestions please create an issue or contact me: insality@gmail.com