cakmak-ui

1.0.24 • Public • Published

Button

Buttons are used as triggers for actions. They are used in forms, toolbars, dialog footers and as stand-alone action triggers.

Input

Input component is a component that is used to get user input in a text field.

Installation

npm i cakmak-ui

Import component

import { Button, Input } from "cakmak-ui"
import { Button } from "cakmak-ui"
import { Input } from "cakmak-ui"

Usage

<Button type="submit" color="white">Button</Button>
<Input id="test" type="date" onChange={handleChange} value={inputValue}></Input>

Package Sidebar

Install

npm i cakmak-ui

Weekly Downloads

2

Version

1.0.24

License

ISC

Unpacked Size

6.58 kB

Total Files

5

Last publish

Collaborators

  • xhuseyin