1.0.4 • Published 11 months ago

ak-button-library v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

AK Button Library

AK Button Library is a customizable button component built for React and React Native applications. It offers simple, configurable styling options, making it a versatile addition to any UI library.

Installation

npm install ak-button-library

Usage

javascript Copy code import { Button } from "ak-button-library";

const App = () => ( <Button color="blue" label="Click Me" onClick={() => alert('Button clicked!')} /> );

Features

Works with both React and React Native Customizable colors, labels, and click events Lightweight and easy to use vbnet Copy code

1.0.2

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago