Skip to content

Commit

Permalink
add react
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Oct 1, 2023
1 parent 930e2ac commit f8e93a8
Show file tree
Hide file tree
Showing 15 changed files with 1,210 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@bootwind-helpers/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const getFloating = (btn, el, position, x = 0, y = 0) => {
const btnHeight = btn.getBoundingClientRect().height
const btnTop = btn.getBoundingClientRect().top
const btnLeft = btn.getBoundingClientRect().left

const elTop = el.getBoundingClientRect().top
const elHeight = el.getBoundingClientRect().height
const innerWidth = window.innerWidth
Expand Down
24 changes: 24 additions & 0 deletions packages/@bootwind-react/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 1 addition & 0 deletions packages/@bootwind-react/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bootwind Template (WIP)
Loading

0 comments on commit f8e93a8

Please sign in to comment.