|
|
|
|
|
by kall
1665 days ago
|
|
When using a component framework, I consider components that can only be put on the page once a bad practice. Sure you probably only have the user menu on the page once, but it shouldnât rely on that. Not the case in a storybook for example. If I use IDs, to associate aria labels etc, they are mostly randomized. |
|