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

Change the symbol-component initialisation #112

Open
mattesmohr opened this issue Dec 26, 2022 · 1 comment
Open

Change the symbol-component initialisation #112

mattesmohr opened this issue Dec 26, 2022 · 1 comment
Labels

Comments

@mattesmohr
Copy link
Member

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")
@mattesmohr
Copy link
Member Author

mattesmohr commented Mar 28, 2023

New symbols were introduced with #119, like:

Symbol(system: "chart.pie")
Symbol(system: "clock")
Symbol(system: "envelope")
Symbol(system: "file")
Symbol(system: "folder")
Symbol(system: "house")
Symbol(system: "lock")
Symbol(system: "person")
Symbol(system: "photo")
Symbol(system: "text.aligncenter")
Symbol(system: "text.alignjustify")
Symbol(system: "text.alignleft")
Symbol(system: "text.alignright")

But the initialisation for customs still isn't implemented yet.

@mattesmohr mattesmohr added component Includes the UI v3 labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant