PHPackages                             shaunluedeke/livewire-ace - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shaunluedeke/livewire-ace

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shaunluedeke/livewire-ace
=========================

Ace editor for livewire

02PHP

Since Oct 22Pushed 1y agoCompare

[ Source](https://github.com/shaunluedeke/livewire-ace)[ Packagist](https://packagist.org/packages/shaunluedeke/livewire-ace)[ RSS](/packages/shaunluedeke-livewire-ace/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Installation

[](#installation)

```
composer require panikka/livewire-ace
```

### Requirements

[](#requirements)

This package uses;

- livewire/livewire () under the hood.
- TailwindCSS () for base styling.
- AlpineJS ()

Please make sure you include all of these dependencies before using this component.

### Usage

[](#usage)

To use this component, you should create a new livewire component which extends from `AceEditorBase`

```
