mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* refactor(spinner): add default variant * feature(spinner): add gradient variant * feature(spinner): add dots variant * feature(spinner): add dots-blink variant * feature(spinner): add spinner-bars * chore(spinner): add variants storybook * chore: adding variants to docs * chore: simplyfying the styles and modifying docs * chore: nits * chore: updating the dots and dots-blink animation * chore: nits * chore: adding Marcus' suggestions * chore: adding Marcus's suggestions * chore: adding junior's suggestions --------- Co-authored-by: Maharshi Alpesh <maharshialpesh@gmail.com>
16 lines
295 B
TypeScript
16 lines
295 B
TypeScript
import usage from "./usage";
|
|
import sizes from "./sizes";
|
|
import colors from "./colors";
|
|
import label from "./label";
|
|
import labelColors from "./label-colors";
|
|
import variants from "./variants";
|
|
|
|
export const spinnerContent = {
|
|
usage,
|
|
sizes,
|
|
colors,
|
|
label,
|
|
labelColors,
|
|
variants,
|
|
};
|