mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: blog date and spinner default variant
This commit is contained in:
parent
149e6db8ea
commit
943dfdbd66
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "HeroUI v2.7.0"
|
||||
description: "New Toast component, NumberInput, Theme Generator, and lots of bug fixes and improvements."
|
||||
date: "2025-02-19"
|
||||
date: "2025-02-18"
|
||||
image: "/blog/v2.7.0.jpg"
|
||||
tags: ["heroui", "v2.7.0", "release", "toast", "improvements", "theme"]
|
||||
author:
|
||||
@ -232,7 +232,7 @@ import {HeroUIProvider} from "@heroui/react";
|
||||
function App() {
|
||||
return (
|
||||
<HeroUIProvider spinnerVariant="simple">
|
||||
{/* All components will use the dots spinner variant by default */}
|
||||
{/* All components will use the "simple" spinner variant by default */}
|
||||
</HeroUIProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user