1.0.4 • Published 9 months ago

ak-button-library v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago