arrk-poc-button

0.1.6 • Public • Published

arrk-poc-button Library

The arrk-poc-button library provides a customizable button component with various configurations.

Table of Contents

Installation

You can install the arrk-poc-button library via npm:

npm install arrk-poc-button

Usage

To use the arrk-button component in your HTML, follow these steps:

  1. Include the necessary CSS and JavaScript files in your project:
<head>
  <link rel="stylesheet" href="path/to/arrk-button.css">
</head>
<body>
  <script src="path/to/arrk-button.js"></script>
</body>
  1. Insert the button element in your HTML:
<arrk-button label="Submit"></arrk-button>

Customization

Customize the button appearance using the available attributes. For example:

<arrk-button size="large" label="Submit" primary="true"></arrk-button>

Readme

Keywords

none

Package Sidebar

Install

npm i arrk-poc-button

Weekly Downloads

14

Version

0.1.6

License

none

Unpacked Size

5.77 kB

Total Files

12

Last publish

Collaborators

  • shshduuu