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