Skip to content

Commit

Permalink
Merge pull request #1127 from smeup/dev-to-master
Browse files Browse the repository at this point in the history
Dev to master
  • Loading branch information
lucafoscili authored Sep 16, 2021
2 parents fe05283 + 95e9fdf commit e0324bc
Show file tree
Hide file tree
Showing 409 changed files with 73,215 additions and 18,773 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ TODO text
*.tmpl text
*.tpl text
*.twig text
*.vue text
*.vue text eol=lf

# Configs
*.cnf text
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ketch.UP: super-rich components for web applications

![Ketch.UP Logo](https://raw.githubusercontent.com/smeup/ketchup/develop/docs/images/ketchup_small.png))
![Ketch.UP Logo](https://raw.githubusercontent.com/smeup/ketchup/develop/docs/images/ketchup_small.png)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Expand Down Expand Up @@ -39,20 +39,20 @@ Yes, of course: see the [presentation list](docs/presentations.md)
- Add Ketch.UP dependency to your project:

```
npm install @sme.up/ketchup --save
npm install "@sme.up/ketchup" --save
```

- Define Ketch.UP custom elements in your pages:

```
import { defineCustomElements } from 'ketchup/dist/loader';
import { defineCustomElements } from '@sme.up/ketchup/dist/loader';
defineCustomElements(window);
```

- Use Ketch.UP components in your pages. About components and their props and events see [Ketch.UP Showcase](https://ketchup.smeup.com/). A simple sample for a Ketch.UP button can be:

```
<kup-btn :buttons.prop="btnlist" @kupBtnClick="onKupBtnClicked" />
<kup-button-list :buttons.prop="btnlist" @kup-button-list-click="onkup-button-list-click" />
```

## Contributing
Expand Down
26 changes: 0 additions & 26 deletions lerna-debug.log

This file was deleted.

Loading

0 comments on commit e0324bc

Please sign in to comment.