React-Bootstrap · React-Bootstrap Documentation
文章推薦指數: 80 %
js and react-bootstrap.min.js bundles with all components exported on the window.ReactBootstrap object. These bundles are available on unpkg, as well as in the ...
Youarecurrentlyviewingtheauto-generateddocsfromthemasterbranch.Thedocsforthecurrentreleaseareavailableathttps://react-bootstrap.github.io/MenuGettingstartedIntroductionWhyReact-BootstrapThemingSupportRTLServer-sideRenderingLayoutFormsComponentsUtilitiesMigratingAboutIntroductionLearnhowtoincludeReactBootstrapinyourprojectInstallation#ThebestwaytoconsumeReact-Bootstrapisviathenpmpackagewhich
youcaninstallwithnpm(oryarnifyouprefer).IfyouplanoncustomizingtheBootstrapSassfiles,ordon'twant
touseaCDNforthestylesheet,itmaybehelpfulto
installvanillaBootstrapaswell.npminstallreact-bootstrapbootstrap@5.1.3ImportingComponents#Youshouldimportindividualcomponentslike:
react-bootstrap/Buttonratherthantheentirelibrary.
Doingsopullsinonlythespecificcomponentsthatyouuse,which
cansignificantlyreducetheamountofcodeyouendupsendingto
theclient.importButtonfrom'react-bootstrap/Button';
//orlessideally
import{Button}from'react-bootstrap';Browserglobals#Weprovidereact-bootstrap.jsand
react-bootstrap.min.jsbundleswithallcomponents
exportedonthewindow.ReactBootstrapobject.These
bundlesareavailableonunpkg,as
wellasinthenpmpackage.
延伸文章資訊
- 1React-Bootstrap · React-Bootstrap Documentation
js and react-bootstrap.min.js bundles with all components exported on the window.ReactBootstrap o...
- 2react-bootstrap - npm
Bootstrap 5 components built with React. Latest version: 2.2.1, last published: 2 days ago. Start...
- 3React-Bootstrap · React-Bootstrap Documentation
The most popular front-end framework, rebuilt for React. ... v2.2.1 (Bootstrap 5.1). Github Disco...
- 4react-bootstrap - npm
Bootstrap 5 components built with React. Latest version: 2.2.1, last published: 4 days ago. Start...
- 5Using Bootstrap 5 with React JS - Desi Programmer
I am going to use react-bootstrap's current version v2.0.0-beta.6 (Bootstrap 5.1) . Although it i...