https://github.com/binfoe/preline-react
React implementation of Preline UI(preline.io)
https://github.com/binfoe/preline-react
preline
Last synced: over 1 year ago
JSON representation
React implementation of Preline UI(preline.io)
- Host: GitHub
- URL: https://github.com/binfoe/preline-react
- Owner: binfoe
- Created: 2023-10-25T08:19:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T04:35:38.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:41:44.920Z (over 1 year ago)
- Topics: preline
- Language: TypeScript
- Homepage: https://preline-react.vercel.app/
- Size: 103 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preline-react
> React implementation of Preline UI (https://preline.io)
## Demo Site
* https://preline-react.vercel.app
* https://preline.binfoe.com (for China's mainland)
## Demo Code
* https://github.com/binfoe/preline-react-demo-site
## Feature
* transition/transition-group for tailwindcss, see `src/transition` and usage in `Toast`, `Modal` and `Tooltip` components.
* better z-index management, see `src/util/zindex.ts` and [demo usage](https://github.com/binfoe/preline-react-demo-site/blob/master/src/app/zindex/page.tsx)