0

How can I make a badge/notification inside the tab bootstrap like this? (I use tabs from bootstrap library).

enter image description here

<Tabs
    id="controlled-tab-example"
    activeKey={key}
    onSelect={k => setKey(k)}
    className="app_header"
>
    <Tab eventKey="receiveGift" title="Receive Gift">
        <GifTab />
    </Tab>
    <Tab eventKey="luckyWheel" title="Lucky Wheel"></Tab>
</Tabs>
Amila Senadheera
  • 12,229
  • 15
  • 27
  • 43
Hoangdz
  • 152
  • 1
  • 14

0 Answers0