mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
scaffold checkboxes
This commit is contained in:
0
src/ui/components/common/Checkbox.css
Normal file
0
src/ui/components/common/Checkbox.css
Normal file
15
src/ui/components/common/Checkbox.tsx
Normal file
15
src/ui/components/common/Checkbox.tsx
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
interface IProps {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
interface IState {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
export default class Checkbox extends React.Component<IProps, IState> {
|
||||||
|
constructor(props: IProps) {
|
||||||
|
super(props)
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user