All Projects → ninecat-ui → Ninecat Ui

ninecat-ui / Ninecat Ui

Licence: mit
A Light Vue 3.0 Web UI Framework build with JavaScript and Typescript.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Ninecat Ui

Thorui Uniapp
ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc/ 。 最近更新时间:2021-10-01
Stars: ✭ 1,842 (+661.16%)
Mutual labels:  components, vue-component
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+4.55%)
Mutual labels:  components, vue-component
Qrcode.vue
A Vue.js component to generate qrcode.
Stars: ✭ 217 (-10.33%)
Mutual labels:  vue-component
Laravel View Components
A better way to connect data with view rendering in Laravel
Stars: ✭ 238 (-1.65%)
Mutual labels:  components
Saltui
Stars: ✭ 229 (-5.37%)
Mutual labels:  components
Bower Components
[DEPRECATED] Site to discover Bower components
Stars: ✭ 220 (-9.09%)
Mutual labels:  components
One Loader
Single-file components for React
Stars: ✭ 233 (-3.72%)
Mutual labels:  components
Vue Trend Chart
Simple trend charts for Vue.js
Stars: ✭ 216 (-10.74%)
Mutual labels:  vue-component
Ring Ui
A collection of JetBrains Web UI components
Stars: ✭ 2,852 (+1078.51%)
Mutual labels:  components
Yandex Ui
Yandex UI Kit build on React and bem-react
Stars: ✭ 229 (-5.37%)
Mutual labels:  components
A17t
An atomic design toolkit for pragmatists
Stars: ✭ 236 (-2.48%)
Mutual labels:  components
Vue Marquee Text Component
[CSS GPU Animation] Marquee Text for vuejs
Stars: ✭ 226 (-6.61%)
Mutual labels:  vue-component
Vue Bootstrap Datetimepicker
Vue.js component for eonasdan bootstrap datetimepicker
Stars: ✭ 221 (-8.68%)
Mutual labels:  vue-component
Times Components
A collection of reusable components used by The Times
Stars: ✭ 232 (-4.13%)
Mutual labels:  components
Vue Diagrams
Diagram component for vue.js, inspired by react-diagrams
Stars: ✭ 218 (-9.92%)
Mutual labels:  vue-component
Graphics32
Graphics32 is a graphics library for Delphi and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
Stars: ✭ 238 (-1.65%)
Mutual labels:  components
Yoshino
A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!
Stars: ✭ 216 (-10.74%)
Mutual labels:  components
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+1019.42%)
Mutual labels:  components
Vue 2 3
↔️ Interop Vue 2 components in Vue 3 apps and vice versa
Stars: ✭ 231 (-4.55%)
Mutual labels:  components
Componentdriven.org
Static site and content for Component Driven
Stars: ✭ 237 (-2.07%)
Mutual labels:  components

ninecat-ui

A Light Vue 3.0 Web UI Framework

Build Status codecov MIT webpack vue

English | 简体中文

📦 Install

Use npm

npm install ninecat-ui --S

Use yarn

yarn add ninecat-ui

🔨 Quick Start

import { createApp } from 'vue'
import App from './App.vue'
import ninecat from 'ninecat-ui'

const app = createApp(App);
app
  .use(ninecat)
  .mount('#app')

🖥 Browser Support

Supports all major modern browsers.

IE / EdgeEdge FirefoxFirefox Chrome Chrome SafariSafari
>=14 >= 45 >=49 >=10

🔗 Links

⌨️ Development

Clone locally

$ git clone https://github.com/ninecat-ui/ninecat-ui.git
$ cd ninecat-ui
$ yarn install
$ yarn start

Use Vue3 to refactor component(Doing and need help)

✅ Todo List

  • [x] Document directory custom configuration.
  • [x] Preview demo online.
  • [x] Integrate Travis CI.
  • [x] Integrate codecov.
  • [x] Building documents automatically.
  • [x] Tag to build npm packages automatically.
  • [x] Component unit testing.
  • [x] Integrate docsearch.(Some problems,need fix.)
  • [x] Support JSX.
  • [ ] Common component develop.(Doing)
  • [ ] Integrate codepen.
  • [ ] Color theme customization.
  • [ ] Globalization.
  • [x] Mixed develop with typescript and JavaScript.
  • [x] Use Vue3 to refactor component(Doing and need help).

🤝 Join Discussion Group

Scan the QR code using QQ to join in discussion group

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].