0.5.2 • Published 3 years ago

react-three-toggle v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-three-toggle

react-three-toggle is toggle component for react.

Features

  • TypeScript support
  • Supports 3 or more

Installation

npm i --save react-three-toggle

Example

react-three-toggle

Usage

import React from "react";
import ReactThreeToggle from "index";

function App() {
  return <ReactThreeToggle values={["hoge", "fuga", "piyo"]} />;
}

export default App;

Props

Required

  • values

Optional(default)

  • className
  • height(16px)
  • onChange
  • initialValue(values0)
  • isVertical(false)
  • isWrap(false)
  • style
  • width(48px)
0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago