1.0.12 • Published 3 years ago

awc-ui v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

awc-ui

Introduction

awc-ui is a collection of reusable web components for building user interfaces. The library provides a set of customizable, modular, and well-documented components that can be easily integrated into any web application.

Features

  • Modular architecture for easy customization and maintainability
  • Lightweight and performant web components
  • Built with modern web technologies like Web Components and Shadow DOM
  • Compatible with major web frameworks like React, Vue, Angular, and more
  • Easy to install and use with npm or yarn

Installation

You can install awc-ui using npm or yarn:

npm install awc-ui
yarn add awc-ui

Usage

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>My Web App</title>
    <script type="module">
      import { AwcButton } from 'awc-ui';
    </script>
  </head>
  <body>
    <awc-button>Click me!</awc-button>
  </body>
</html>
1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago