This package has been deprecated

Author message:

Please use Aksara UI instead: https://aksara-ui.vercel.app/

@kata-kit/split-button
TypeScript icon, indicating that this package has built-in type declarations

0.7.4 • Public • Published

@kata-kit/split-button

Split Button component for Wicara.

Install

# yarn
yarn add @kata-kit/split-button
# npm
npm install @kata-kit/split-button

Usage

To use this component within your React app, import as follows:

import { SplitButton } from '@kata-kit/split-button';
import { DropdownItem } from '@kata-kit/dropdown';

const Component = () => (
  <SplitButton title="Publish" color="primary">
    <DropdownItem>Dropdown Item 1</DropdownItem>
    <DropdownItem>Dropdoen Item 2</DropdownItem>
  </SplitButton>
);

Readme

Keywords

none

Package Sidebar

Install

npm i @kata-kit/split-button

Weekly Downloads

0

Version

0.7.4

License

Apache-2.0

Unpacked Size

57.7 kB

Total Files

13

Last publish

Collaborators

  • computecoholic
  • resir014
  • ybdev