Usage

BWB is easy to use. You just need to add the following code to use BWB. (Do you know this website was also built by BWB?)

<link href="https://cdn.jsdelivr.net/gh/shbwb/bwb@v.3.5/css/style.css" rel="stylesheet"> <link href="https://bwb.js.org/css/color.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/gh/shbwb/bwb@v.3.5/js/plugins.js"></script>


Automatic adaptation

Add them to prevent the unknown errors!

<head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="https://cdn.jsdelivr.net/gh/shbwb/bwb@v.3.5/css/style.css" rel="stylesheet"> <link href="https://bwb.js.org/css/color.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/gh/shbwb/bwb@v.3.5/js/plugins.js"></script> <title>Test Document</title> </head>

Automatic update

<head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="https://bwb.js.org/start/build.css" rel="stylesheet"> <script src="https://bwb.js.org/start/build.js"></script> <title>Test Document</title> </head>