Box
Box is the most basic component that we have. The idea is to be the representation of a "box" in the UI. It can be used to create a container for other components.
You also are able to provide a tag
prop where you change the displayed tag for semantics in the web.
// JavaScript
import { Box } from '@skynexui/components';
// Flutter
import 'package:skynexui_components/components.dart';
Box Component