1.0.4 • Published 8 months ago
ak-button-library v1.0.4
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