An open API service indexing awesome lists of open source software.

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)

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)