If you have another environment like PHP you can still use Playbook through the raw CSS and using the copy HTML button on and Rails kit. See details below:
yarn add "playbook-ui@stable"
This will allow you to choose what version you want.
yarn install
@import "playbook-ui/dis/playbook";
@import "playbook-ui/dist/reset";
This will add all the Javascript to use the popovers & graphs for example.
import 'playbook-ui/dist/playbook-rails.js';
To include CSS and JavaScript files in an HTML document, follow these steps:
<link rel="stylesheet" type="text/css" href="path/to/your/css/file.css">
Replace "path/to/your/css/file.css" with the actual path to your CSS file.
<script src="path/to/your/js/file.js"></script>
Replace "path/to/your/js/file.js" with the actual path to your JavaScript file.