Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
/ lxr-ui Public archive

A Vue 3 Component Library for Building LeanIX Custom Reports.

License

Notifications You must be signed in to change notification settings

fazendadosoftware/lxr-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Follow

Lxr-UI

Lxr-UI is a Vue 3 Component Library for Building LeanIX Custom Reports.
Explore Lxr-UI docs

Features

  • Out-of-the-box Vue 3 Components matching LeanIX UI style
  • Based on TypeScript

Links

Twitter: @lxr_ui

Install

You need Vue.js version 3.0+

# npm
npm install lxr-ui
# yarn
yarn add lxr-ui

Usage

All components

import { createApp } from 'vue'
import LxrUi from 'lxr-ui'

createApp.use(LxrUi)

Or individual components

import { createApp } from 'vue'
import { LxrTable } from 'lxr-ui'

createApp.component('lxr-table', LxrTable)

License

MIT