@saas-ui/input-right-button
Version:
A input right button for Chakra UI
29 lines (19 loc) • 343 B
Markdown
@saas-ui/input-right-button
Input right button component for Chakra UI.
# Installation
```sh
yarn add @saas-ui/input-right-button
or
npm i @saas-ui/input-right-button --save
```
# Usage
```ts
<InputGroup>
<Input />
<InputRightButton>
<Icon />
</InputRightButton>
</InputGroup>
```
# License
MIT - Appulse Software