1.0.4 • Published 7 months ago

tic-tac-toe-brk v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months 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

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago