Skip to main content

Bınak React Components

A React UI component library for Bınak products

Easy to Use

Simple Installation

Install binak-react-components with via your package manager:
npm i binak-react-components

Focus on What Matters

Easy to Use

Import the components you need and use:
import { BaseButton, BaseCard, BaseInput, BaseWrapper }
from 'binak-react-components';

Powered by React

Color Customization

Set your own colors using color setter funtions:
setColor1(255, 255, 125);
setColor2(0, 125, 125);