vapor-community / HTMLKit-Components

This package contains common UI-components wich are build with HTMLKit.
MIT License
4 stars 1 forks source link

Change the symbol-component initialisation #8

Open mattesmohr opened 2 years ago

mattesmohr commented 2 years ago

Change or enhance the initialisation of the symbol-component so the user can use a custom path for a symbol asset or the system symbols, wich come with the package.

// the custom path needs to be set first
Symbol(custom: "house-fill")
Symbol(system: "house-fill")