mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
feat(nui): Progressbar
This commit is contained in:
@@ -13,14 +13,14 @@ interface Props {
|
||||
duration: number;
|
||||
}
|
||||
|
||||
debugData([
|
||||
{
|
||||
action: "circleProgress",
|
||||
data: {
|
||||
duration: 8000,
|
||||
},
|
||||
},
|
||||
]);
|
||||
// debugData([
|
||||
// {
|
||||
// action: "circleProgress",
|
||||
// data: {
|
||||
// duration: 8000,
|
||||
// },
|
||||
// },
|
||||
// ]);
|
||||
|
||||
const CircleProgressbar: React.FC = () => {
|
||||
const [visible, setVisible] = React.useState(false);
|
||||
|
||||
Reference in New Issue
Block a user