bootstrap-styled / v4

:rocket: twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities
https://bootstrap-styled.github.io/v4
MIT License
116 stars 22 forks source link

NavLink component uses the same name as NavLink from react-router-dom #213

Open enigma1 opened 3 years ago

enigma1 commented 3 years ago

After I saw it, I used a different name for the router's import, but then I had to mess with the nav's css properties as these NavLink components are mutually exclusive but with different styles. I can't yet figure a simpler way around.

kopax commented 3 years ago

Hi @enigma1, I do not get how it can be problematic to use the same export name as another lib.

Our component apply bootstrap 4 style to it.