use variant="*"
props in component Button
to get various button
use variant="outline-*"
props in component Button
to get various outline button
use className="btn-square"
props in component Button
to get square button
use disabled
props in component Button
to get disabled button
use className="btn-rounded"
props in component Button
to get rounded button
use className="btn-glow"
props in component Button
to get glow button
use className=".shadow-[ 1 / 2 / 3 / 4 / 5 ]"
props in component Button
to get shadow button
use size="lg"
props in component Button
to get large button
use size="sm"
props in component Button
to get small button
use size="lg"
props in component ButtonGroup
to get large button toolbar
default toolbar size
use size="sm"
props in component ButtonGroup
to get small button toolbar