📜  将引导程序添加到 gatsby - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:12.585000             🧑  作者: Mango

代码示例4
import React from 'react';
import { Button } from 'react-bootstrap';

const MyComponent = () => (
      

This contains a button which is exported by react-bootstrap

);