2.5.0 • Published 2 years ago
react-angeline-button v2.5.0
ANGELINE UNIVERSE
Ini adalah project besar untuk menghubungkan seluruh kebutuhan Personal, Komunitas dan UMKM yang bergerak dalam skala micro sampai menengah:
Requirement Install
Sebelum menggunakan package ini diharuskan untuk melakukan instalasi terlebih dahulu package dibawah ini:
Parameter Reference
Parameter | Type | Default | Description |
---|---|---|---|
variant | string | "shadow" | The button appearance style |
background | string | "" | Button type, default no colors (success, danger, warning ) |
type | string | "button" | You can change type (submit or another button type) |
color | string | "white" | Text button color |
size | string | "md" | Size button, ( sm,md,lg ) |
radius | string | "md" | Rounded Button |
title | string | "-" | Button title |
loading | boolean | false | if you can use loading animation when button click, you can set true |
textloading | string | "Mengirim Permintaan" | You can change title loading button with anything |
anotherClass | string | "" | you can merge class Tailwind if you want |
title | string | "-" | Button title |
endContent | ReactNode | "-" | you can check detail in NextUI |
onPress | void | Callback | Callback when button click |