Home
Softono
a

arco-design

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by arco-design

arco-design-vue
Open Source

arco-design-vue

<div align="center"> <a href="https://arco.design" target="_blank"> <img alt="Arco Design Logo" width="200" src="https://avatars.githubusercontent.com/u/64576149?s=200&v=4"/> </a> </div> <div align="center"> <h1>Arco Design</h1> </div> <div align="center"> A comprehensive Vue UI components library based on the [Arco Design](https://arco.design/) system. [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arco-design/arco-design-vue/blob/main/LICENSE) </div> <div align="center"> English | [简体中文](./README.zh-CN.md) </div> # Features ## Comprehensive With more than 60 crafted components that you can use out of the box. ## Customizable theme Extensive theme tokens can be customized to build your own theme. Two ways of customization are supported: * [With less-loader](https://arco.design/vue/docs/theme) * [Design Lab](https://arco.design/themes) - Recommended! ## TypeScript friendly All components are written in TypeScript so it's type friendly. # Installation Available as an [npm package](https://www.npmjs.com/package/@arco-design/web-vue) ```bash // with npm npm install @arco-design/web-vue // with yarn yarn add @arco-design/web-vue // with pnpm pnpm add @arco-design/web-vue ``` # Examples ```typescript import { createApp } from 'vue' import ArcoVue from '@arco-design/web-vue'; import App from './App.vue'; import '@arco-design/web-vue/dist/arco.css'; const app = createApp(App); app.use(ArcoVue); app.mount('#app'); ``` # Useful Links * [Documentation website](https://arco.design/) * [Dark mode](https://arco.design/vue/docs/dark) * [Theme customization](https://arco.design/vue/docs/theme) * [Figma component library](https://www.figma.com/file/FVu1DydEeXvJqXrkOb90Oi/ArcoDesign%E7%BB%84%E4%BB%B6%E8%AE%BE%E8%AE%A1_2.0?node-id=5472%3A308) * [Awesome Arco](https://github.com/arco-design/awesome-arco) # Ecosystems | Project | Description | | --------------------- | ------------------------------------------------------- | | [React Component Library] | A comprehensive React UI components library based on the Arco Design system | | [Design Lab] | A platform to create and manage your themes with ease. | | [Material Market] | A platform that provides massive high-quality customized materials to greatly boost development efficiency. | | [Icon Box] | One-stop platform to manage your icons. | | [Arco Pro] | A solution to quickly building applications from scratch. | [React Component Library]: https://arco.design/react/docs/start [Design Lab]: https://arco.design/themes [Material Market]: https://arco.design/material [Icon Box]: https://arco.design/iconbox [Arco Pro]: https://arco.design/pro/ # Contributing Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md) and the [Contributing Guide](./CONTRIBUTING.md). Thank you to all the people who already contributed to ArcoDesign! <a href="https://github.com/arco-design/arco-design-vue/graphs/contributors"><img src="https://contrib.rocks/image?repo=arco-design/arco-design-vue" /></a> # License Ths project is [MIT licensed](./LICENSE).

CSS Frameworks & UI Kits Design Systems & Tokens
3.1K Github Stars
arco-design-pro-vue
Open Source

arco-design-pro-vue

<div align="center"> <h1>Arco Design Pro</h1> </div> <div align="center"> An out-of-the-box solution to quickly build enterprise-level applications based on [Arco Design](https://arco.design/). [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arco-design/arco-design-pro/blob/main/LICENSE) </div> <div align="center"> English | [简体中文](./README.zh-CN.md) </div> ![f769c408-adf4-4a85-b4a5-cc0d7e7f29ef](https://user-images.githubusercontent.com/19399269/148364725-b7a36383-04a9-4d67-87a4-91e970d0d083.gif) ## ✨ Features - **TypeScript** - The code is completely written in TypeScript. - **Vue3** - Look to the future and embrace Vue3. - **Pinia** - It's trendy and delicious. - **Arco Design** - Powered by [ArcoDesign Vue](https://github.com/arco-design/arco-design-vue) component library. - **Templates** - 16+ page templates, covering tables, lists, forms, dashboard, visualization and other scenes. - **Themes** - Based on the rich theme market of [DesignLab](https://arco.design/themes), make your projects ever-changing. - **Dark Theme** - Switch to dark theme with one click. - **Mock** - Built-in API simulation scheme, code as comments, more simulation of the online environment. - **I18n** - Built-in internationalized multi-language solution. - **Config** - Flexible configuration of page color, layout, etc. ## 🌈 Usage ```bash $ npm i arco-cli@latest pnpm -g $ arco init my-project ``` ## 🔗 Link - [Arco Design Pro](https://pro.arco.design) - [Preview](https://vue-pro.arco.design) ## 💎 Changelog - [Chinese Version](https://github.com/arco-design/arco-design-pro-vue/blob/main/docs/changelog.zh-CN.md) - [English Version](https://github.com/arco-design/arco-design-pro-vue/blob/main/docs/changelog.md) ## LICENSE [MIT](./LICENSE) © [ArcoDesign](https://arco.design)

Web Development Frontend Templates
1.8K Github Stars
arco-design
Open Source

arco-design

<div align="center"> <a href="https://arco.design" target="_blank"> <img alt="Arco Design Logo" width="200" src="https://avatars.githubusercontent.com/u/64576149?s=200&v=4"/> </a> </div> <div align="center"> <h1>Arco Design</h1> </div> <div align="center"> A comprehensive React UI components library based on the [Arco Design](https://arco.design/) system. [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arco-design/arco-design/blob/main/LICENSE) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/arco-design/awesome-arco) </div> <div align="center"> English | [简体中文](./README.zh-CN.md) </div> https://user-images.githubusercontent.com/19399269/141435899-e453cf75-d50f-4549-b8d0-37daebe46c36.mp4 # Features ## Comprehensive With more than 60 crafted components that you can use out of the box. ## Customizable theme Extensive design tokens can be customized to build your own theme. Two ways of customization are supported: * [With less-loader](https://arco.design/react/docs/theme) * [Design Lab](https://arco.design/themes) - Recommended! ## Reusable custom materials [Material market](https://arco.design/material/) provides a one-stop solution for materials management. Reuse customized modules to make a breakthrough in efficiency. ## TypeScript friendly All components are written in TypeScript so it's type friendly. # Installation Available as an [npm package](https://www.npmjs.com/package/@arco-design/web-react) ```bash // with npm npm install @arco-design/web-react // with yarn yarn add @arco-design/web-react ``` # Examples ```typescript import React from 'react'; import ReactDOM from 'react-dom'; import { Button } from '@arco-design/web-react'; import '@arco-design/web-react/dist/css/arco.css'; function App() { return ( <Button type='secondary'> Hello World </Button> ); } ReactDOM.render(<App />, document.getElementById('app')); ``` # Useful Links * [Documentation website](https://arco.design/) * [Components documentation](https://arco.design/react/docs/overview) * [Dark mode](https://arco.design/react/docs/dark) * [Theme customization](https://arco.design/react/docs/theme) * [Figma component library](https://www.figma.com/file/M66cTiLXHa4SVyZIlfY5Pb/arco-Design-System?node-id=7945%3A44563) * [Awesome Arco](https://github.com/arco-design/awesome-arco) * [Bundler Plugins](https://github.com/arco-design/arco-plugins) # Ecosystems | Project | Description | | --------------------- | ------------------------------------------------------- | | [Vue Component Library] | A comprehensive Vue UI components library based on the [Arco Design](https://arco.design/) system | | [Design Lab] | A platform to create and manage your themes with ease. | | [Material Market] | A platform that provides massive high-quality customized materials to greatly boost development efficiency. | | [Icon Box] | One-stop platform to manage your icons. | | [Arco Pro] | A solution to quickly building applications from scratch. | [Vue Component Library]: https://arco.design/vue/docs/start [Design Lab]: https://arco.design/themes [Material Market]: https://arco.design/material [Icon Box]: https://arco.design/iconbox [Arco Pro]: https://arco.design/pro/ # Browser Support | [<img src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/08095282566ac4e0fd98f89aed934b65.png~tplv-uwbnlip3yd-png.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>IE / Edge | [<img src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/40ad73571879dd8d9fd3fd524e0e45a4.png~tplv-uwbnlip3yd-png.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/4f59d35f6d6837b042c8badd95871b1d.png~tplv-uwbnlip3yd-png.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/eee2667f837a9c2ed531805850bf43ec.png~tplv-uwbnlip3yd-png.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Safari | [<img src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/3240334d3967dd263c8f4cdd2d93c525.png~tplv-uwbnlip3yd-png.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Opera | [<img src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/f2454685df95a1a557a61861c5bec256.png~tplv-uwbnlip3yd-png.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Electron | | --------- | --------- | --------- | --------- | --------- | --------- | | Edge 16| 31| 49 | 31 | 36 | last 2 versions | # Contributing Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md) and the [Contributing Guide](./CONTRIBUTING.md). Thank you to all the people who already contributed to ArcoDesign! <a href="https://github.com/arco-design/arco-design/graphs/contributors"><img src="https://contrib.rocks/image?repo=arco-design/arco-design" /></a> # License This project is [MIT licensed](./LICENSE).

JavaScript Libraries & Components Design Systems & Tokens
5.6K Github Stars