Text

Text is the component that you use, always when you want to print a word or a phrase anywhere in your code.

// JavaScript
import { Text } from '@skynexui/components';
// Flutter
import 'package:skynexui_components/components.dart';

Wanna test the props? To go Storybook

Text Component