StylingAnimation

Animation

Use animation prop to apply CSS animations to an element.

Documentation

Pulse

import { Box } from "@optiaxiom/react";
 
export function App() {
  return (
    <Box animation="pulse" bg="bg.secondary" h="56" rounded="md" w="full" />
  );
}