Highly customizability, full TypeScript and TSX, performance pretty good
If you have created any awesome thing with Ideaz Element and would like to showcase it on the official website, you can contact me. If you would like to contribute code, you are very welcome!
English | 中文
Ideaz Element provides a series of out-of-box components.
This library is written using composition API, and the components are designed and uses Hooks as much as possible to write code logic, with full TypeScript and TSX support.
Meanwhile, the component code pays great attention to reducing the threshold of source code reading, and the code layout is as close as possible to the habits of daily business code, avoiding fancy and showy code.
Currently, there are 10+ components, Very suitable for middle and back office business development.
- 📦 10+ out-of-box high quality Vue 3 components
- 📐 Intuitive, minimalistic Api design
- 🔧 Configurable default value of props, quickly complete global/local modifications
- ⚡ Composition Api, good performance base
- 🔨 With TypeScript and TSX, fully types
- 💪 complete unit tests to provide good stability
- 🚩 Support i18n
- 👀 Close to business code arrangement, low source code reading threshold
- 🩹 It is suitable for middle - and back-office services
It is recommended to use pnpm or yarn to install:
# use pnpm
pnpm add ideaz-element
# use yarn
yarn add ideaz-element
Here you can view the online document.
Open a issue to request help.
All components supported in modern browsers, I try to ensure the support of nearly two or three versions.
Edge |
Firefox |
Chrome |
Safari |
iOS Safari |
Opera |
Electron |
---|---|---|---|---|---|---|
last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
All in MIT license.