1.6.6 • Published 6 years ago

@rula/web-components v1.6.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Codacy Badge

RULA Web Components

A collection of web components built using the StencilJS compiler. These components are still in the early stages of development and are subject to changes.

Using

Node Modules

  • Run npm install @rula/web-components --save
  • Put a script tag in the page head similar to <script src='node_modules/@rula/web-components/dist/rula.js'></script>
  • Use the components anywhere in your site.

In another StencilJS app

  • Run npm install @rula/web-components --save
  • Include the import '@rula/web-components'; in part of the app structure.
  • Use the components in your StencilJS app JSX.

Components

Currently there are two components, map and map-editor. Both serve the basic function of displaying a collection of elements on a map. The editor adds additional functionality by allowing editing, adding and removing elements.

1.6.6

6 years ago

1.6.5

6 years ago

1.6.4

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago