1.0.0-rc-10 • Published 13 days ago

@commonweb/forms v1.0.0-rc-10

Weekly downloads
-
License
-
Repository
github
Last release
13 days ago

@CommonWeb/forms

@CommonWeb/Components A set of components

Summary

  • It helps you create reusable and customizable web components without the need for heavy frameworks or external dependencies.
  • It offers a simple and intuitive API for creating custom elements based on native web standards.
  • It saves you time and effort, and helps you create more efficient and scalable web applications.

Installation

NPM

    npm install --save @commonweb/core

Add the script to your HTML Add the CDN script tag to the of your HTML file, and start using CommonWeb components to build your app!.

<script src="https://unpkg.com/mi-paquete-js@latest/dist/mi-paquete-js.min.js"></script>

Components

StaticTemplate Component

Usage

After install just start using the component directly on the

<static-template context data='{"name":"World", "frameworks": [{"name":"React"},{"name":"Angular"}] }'>
    <h4>Hello! {{@host.data.name}}</h4>
    <ul>
        <template for-each="{{@[context].data.frameworks}}">
            <!--The list is under the for-each context so data refers to the item on the iteration-->
            <li>{{@host.data.name}}</li>
        </template>
    </ul>
</static-template>

License

MIT

1.0.0-rc-10

13 days ago

1.0.0-rc-9

17 days ago

1.0.0-rc-8

23 days ago

1.0.0-rc-6

23 days ago

1.0.0-rc-7

23 days ago

1.0.0-rc-5

29 days ago

1.0.0-rc-4

1 month ago

1.0.0-rc-3

1 month ago

1.0.0-rc-2

1 month ago

1.0.0-rc-1

2 months ago

1.0.0-beta.56

3 months ago

1.0.0-beta.56a

3 months ago

1.0.0-beta.55

3 months ago

1.0.0-beta.53

3 months ago

1.0.0-beta.54

3 months ago

1.0.0-beta.52

3 months ago

1.0.0-beta.51

3 months ago

1.0.0-beta.50

5 months ago

1.0.0-beta.48

5 months ago

1.0.0-beta.49

5 months ago

1.0.0-beta.47

5 months ago

1.0.0-beta.44

5 months ago

1.0.0-beta.45

5 months ago

1.0.0-beta.42

5 months ago

1.0.0-beta.43

5 months ago

1.0.0-beta.41

5 months ago

1.0.0-beta.46

5 months ago

1.0.0-beta.4

6 months ago

1.0.0-beta.3

6 months ago

1.0.0-beta.2

7 months ago

1.0.0-beta.1

7 months ago