1.0.4 • Published 2 years ago

tic-tac-toe-brk v1.0.4

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

Tic Tac Toe Game Developed With React

pic

Usage

  • Create a React application.
  • Install package:
npm i tic-tac-toe-brk
  • Check the version at your package.json file.
  • Import CSS at src/main.js:
import 'tic-tac-toe-brk/dist/css/styles.css';
  • Import Components:
import { Board, Square } from 'tic-tac-toe-brk';
  • Use Components:
function App() {
  return (
    <>
      <Board name="Berke vs Other User" game="Tic Tac Toe Game" />
    </>
  )
}
export default App;
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