0.4.7 • Published 10 months ago

@antv/li-aiearth-assets v0.4.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

LI AiEarth Assets

AiEarth Assets for Location Insight App

Install

tnpm i @antv/li-aiearth-assets -S

Usage

import React from 'react';
import Assets from '@antv/li-aiearth-assets';
import { LocationInsightEditor } from '@antv/li-editor';
import defaultApplication from './application';

const assets = [Assets];

export default () => {
  return (
    <LocationInsightEditor
      style={{ height: '100vh' }}
      defaultApplication={defaultApplication}
      assets={assets}
      onChange={(app) => {}}
    />
  );
};
0.4.7

10 months ago

0.4.6

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.0.2

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago

0.0.1

10 months ago