xz1-button
v1.0.1
Published
XZ Button Component
Readme
@# Getting started
@## button Component
button Component is to display the Text in Desired Format.
Install the button component with npm from nexus Repository like
npmoryarn, pulling in all relevant dependencies:npm install xz-button or yarn add xz-buttonAfter 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";
