1.1.20 • Published 1 year ago

latex-inputter v1.1.20

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

latex-inputter

Tmax RG 본부에서 사용하는 수식입력기입니다.

How to Use

  • npm i latex-inputter

  • import { LatexInputter } from "latex-inputter"

  • <LatexInputter /> 컴포넌트는 해당 props를 받습니다.

    • value: string : 본문
    • onChange: (latex: string) => void : 본문의 setter
    • CloseButton?: React.FunctionComponent : 우측 상단 CloseButton Icon
    • onClickClose?: Function : CloseButton 클릭 시 Function
    • onClickOk?: Function : '본문에 넣기' 버튼 클릭 시 추가 Function
    • startPosition?: number : 본문의 start focusIndex
    • endPosition?: number : 본문의 end focusIndex
  • example

<LatexInputter
  value={text}
  onChange={(latex: string) => setText(latex)}
  startPosition={startPosition}
  endPosition={endPosition}
  onClickOk={() => setLatexInputter(false)}
  onClickClose={() => setLatexInputter(false)}
  CloseButton={CloseIcon}
/>
1.1.20

1 year ago

1.1.19

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.14

1 year ago

1.1.12

1 year ago

1.1.13

1 year ago

1.1.9

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago