1.6.6 • Published 7 years ago

@rula/web-components v1.6.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

1.6.5

7 years ago

1.6.4

7 years ago

1.6.3

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago