Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ak-button-library

arjunpawase25MIT1.0.4

A customizable button component for React and React Native

React, React Native, button component, UI library, customizable button

readme

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