1.0.4 • Published 8 months ago

ak-button-library v1.0.4

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

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago