-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: svg-icons registrator service and component (#DS-2890) #373
base: main
Are you sure you want to change the base?
Conversation
sk8knut
commented
Oct 18, 2024
•
edited
Loading
edited
- svg loader
- svg registrator
- svg-icon component
- svg-icon-item component
- svg-icon-button component
- dev examples for all new components (svg-icon)
Visit the preview URL for this PR (updated for commit e8f65c4): https://koobiq-next--prs-373-umpssow4.web.app (expires Sun, 03 Nov 2024 07:45:30 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
Можно использовать такой подход: у нас есть файл @koobiq/icons/info/kbq-icons-info.json - из него можно взять все названия иконок и сопоставить с путями к свг файлам в папке @koobiq/icons/svg и зарегистрировать по этим именам в регистраторе, подгружаться же они будут только когда используются в компоненте |