1.0.1 • Published 5 years ago
xz-core v1.0.1
@# Getting started
@## Label Component
Label Component is to display the Text in Desired Format.
Install the label component with npm from nexus Repository like
npm
oryarn
, pulling in all relevant dependencies:npm install xz-label or yarn add xz-label
After installation, you'll be able to import the Label component in your application:
import { Label } from "xz-label"; // using JSX: import { Label } from "xz-label";