0
import React from 'react'

import {Button} from 'react-bootstrap'

const Home = () => {
  return (
    <>
    <div className='home'>
      
     <Button variant="primary">Primary</Button>[See in image that primary doesn't work][1]
     
      
    </div>
  </>

    
    
  )
}


export default Home;
Or Assayag
  • 5,662
  • 13
  • 57
  • 93
Venkat
  • 56
  • 1
  • 7
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 22 '22 at 11:21
  • code Url: https://stackblitz.com/edit/vitejs-vite-9pbtfk?file=src/App.jsx please notice output in stackblitz url. There is all Button , Accordion doesn't work . u can notice in output. Tell me anyone how to fix it – Venkat Oct 24 '22 at 05:27
  • How is this question different from [your other question posted at a similar time](https://stackoverflow.com/questions/74233860/how-to-use-react-bootstrap-in-vitejs)? Please don't ask the same question multiple times, if that's happened. (I did try to clean up the other question a bit -- the stackblitz link was helpful.) Voting to close as dupe re: [this suggestion](https://meta.stackoverflow.com/a/278511/1028230). – ruffin Jan 23 '23 at 15:21
  • Does this answer your question? [How to use react-bootstrap in viteJs?](https://stackoverflow.com/questions/74233860/how-to-use-react-bootstrap-in-vitejs) – ruffin Jan 23 '23 at 15:23

0 Answers0