docs(Badge) update and fix docs#538
Conversation
Remove default badge and update documentation so it's closer to bootstrap v4 beta docs
|
After Bootstrap 4 beta release default badge is not working anymore. Bootstrap documentation now uses secondary badges in the first example. I've done the same in Reactstrap docs. I also added few more examples from original bootstrap documentation. One thing I am not sure about are links in badges. See original docs here. Should we create a whole new component or maybe add new prop to badge component to allow badge links or should they be created the same way as in Bootstrap: by adding a |
|
Thanks for this. I'm going handle the link the same as how Button works, if there is an |
Remove default badge and update documentation so it's closer to bootstrap v4 beta docs
Remove default badge and update documentation so it's closer to bootstrap v4 beta
docs