1.0.1 • Published 5 years ago

xz1-button v1.0.1

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

@# Getting started

@## button Component

button Component is to display the Text in Desired Format.

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

    npm install xz-button
    or
    yarn add xz-button
  2. After installation, you'll be able to import the button component in your application:

    import { button } from "xz-button";
    
    // using JSX:
    import { button } from "xz-button";