Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 475 Bytes

VelaUX Plugin

Quick start

yarn install
yarn dev

Dev Reference

  • Request API
import { getBackendSrv, showAlias, locale, Table, Select, ListTitle, Grid, Form } from '@velaux/ui';

getBackendSrv().get('/api/v1/clusters').then(res=>{console.log(res)})
  • UI Component
import { Table, Select, Grid, Form } from '@velaux/ui';

The @velaux/ui package extends the @alifd/next, Guide: https://fusion.design/pc/component/box?themeid=2