# Zephyr UI
## Table of Contents

> 1. [Introduction](#introduction)
> 2. [Installation](#installation)
> 3. [Usage](#usage)

## Introduction
Zephyr UI is a framework intended to simplify working with the DOM. Zephyr UI was developed with three key goals in mind: readability, flexibility, and performance. These goals are achieved by embracing the OOP paradigm and adhering closely to vanilla JavaScript, while simultaneously streamlining and removing unnecessary complexities.

## Installation
Before installing, make sure to have your project set up with a bundler. [Vite](https://vite.dev/guide/), [Webpack](https://webpack.js.org/guides/getting-started/), and [Rollup](https://rollupjs.org/tutorial/) are some popular options.

[vite]: https://github.com/vitejs/vite
[webpack]: https://github.com/webpack/webpack
[rollup]: https://github.com/rollup/rollup
Using NPM:
~~~
npm install @repl1307/zephyr-ui
~~~
Using Yarn:
~~~
yarn add @repl1307/zephyr-ui
~~~
## Usage

See the docs folder for detailed examples of various use cases.