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

Добавить возможность изменять css классы для иконок #923

Open
Heldigb opened this issue Jun 23, 2024 · 0 comments
Labels

Comments

@Heldigb
Copy link

Heldigb commented Jun 23, 2024

В библиотеке используются вшитые CSS классы для иконок, в которых упоминается аббревиатура VK. Было бы не лишним дать возможность самим подставлять префикс для классов.

className={[
     'vkuiIcon',
     `vkuiIcon--${size}`,
     `vkuiIcon--w-${width}`,
     `vkuiIcon--h-${height}`,
     `vkuiIcon--${id}`,
     className,
   ]
@inomdzhon inomdzhon added this to VKUI Jun 27, 2024
@github-project-automation github-project-automation bot moved this to 🗃 Backlog in VKUI Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🗃 Backlog
Development

No branches or pull requests

2 participants