UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

9 lines (8 loc) 621 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); /** @jsxImportSource react */ function Progressbar({ value }) { return ((0, jsx_runtime_1.jsx)("progress", { className: "[&::-webkit-progress-bar]:rounded-lg h-2 [&::-webkit-progress-bar]:h-2\n [&::-webkit-progress-value]:from-blue-300\n [&::-webkit-progress-value]:to-red-300 [&::-webkit-progress-value]:rounded-lg\n [&::-webkit-progress-value]:bg-gradient-to-r [&::-webkit-progress-bar]:bg-gray-100", max: "100", value: value })); } exports.default = Progressbar;