1.0.1 • Published 5 years ago

xz-core v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

@# Getting started

@## Label Component

Label Component is to display the Text in Desired Format.

  1. Install the label component with npm from nexus Repository like npm or yarn, pulling in all relevant dependencies:

    npm install xz-label
    or
    yarn add xz-label
  2. 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";