Square
Versatile Component
Import
import { Square } from "@prismane/core";
Usage
<Square size={120} bg="primary" />
As A Frame
Square
component can be used to frame different items and automatically center them.
<Square size={64} bg="primary"> <Heart size={24} /> </Square>
Versatile Component
<Square as="a" href="https://www.google.com" target="_blank" size={120} bg="base" />
API
Please refer to the documentation below for a comprehensive overview of all the available props and classes for the mentioned components.
- -
Square