1.0.12 • Published 2 years ago

awc-ui v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago