@linker-design/linker-test
TypeScript icon, indicating that this package has built-in type declarations

1.2.22 • Public • Published

Linker Design

A comprehensive Vue UI components library based on the Linker Design system.

English | 简体中文

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.

TypeScript friendly

All components are written in TypeScript so it's type friendly.

Installation

Available as an npm package

// with npm
npm install @linker-design/linker

// with yarn
yarn add @linker-design/linker

Examples

import { createApp } from 'vue'
import Linker from '@linker-design/linker';
import App from './App.vue';
import '@linker-design/linker/dist/linker.css';

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

Readme

Keywords

Package Sidebar

Install

npm i @linker-design/linker-test

Weekly Downloads

1

Version

1.2.22

License

MIT

Unpacked Size

21.8 MB

Total Files

4169

Last publish

Collaborators

  • linker-design