0.1.8 • Published 2 years ago

archer-react-ui v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

archer-react-ui

一些不容易看到的UI,自己做好推上來

SpecialCharacterKeyboard

原住民族語特殊符號鍵盤

API

onClick 會把focus到的目標input或是textarea的事件做為參數帶入

import { SpecialCharacterKeyboard } from "archer-react-ui"

// ...
// ...

return <>
    <SpecialCharacterKeyboard></SpecialCharacterKeyboard>
</>

Recorder

網頁用錄音器

import { Recorder } from "archer-react-ui";

// ...
// ...

return <>
    <Recorder></Recorder>
</>