0.9.0 • Published 2 years ago

umoja-web-components v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Use an Umoja component

This is a general guide to using umoja components. Refer to a component’s README or other documentation for specific details.

To use a umoja component in your code:

  1. From your project folder, install the component from npm.
npm install umoja-web-components
# requires node 10 & npm 6 or higher
  1. Import the component.

All components:

import 'umoja-web-components';

You can import a single component with it's file path: Example:

import 'umoja-web-components/components/button/button].js';
  1. Add the component to your application or component:
<umoja-component></umoja-component>
0.9.0

2 years ago

0.8.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago