0.1.6 • Published 8 months ago

arrk-poc-button v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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>
0.1.6

8 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago