cakmak-ui
v1.0.24
Published
Buttons are used as triggers for actions. They are used in forms, toolbars, dialog footers and as stand-alone action triggers.
Downloads
1
Maintainers
Readme
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>