5.1.为项目选择样式库
npm install bootstrap --save
APP.js
import 'bootstrap/dist/css/bootstrap.min.css'
function App(){
return(
<div className = "App container-fluid">
</div>
);
}
Last updated
Was this helpful?
npm install bootstrap --save
APP.js
import 'bootstrap/dist/css/bootstrap.min.css'
function App(){
return(
<div className = "App container-fluid">
</div>
);
}
Last updated
Was this helpful?