# regulex-visualizer
**Repository Path**: valten/regulex-visualizer
## Basic Information
- **Project Name**: regulex-visualizer
- **Description**: A Vue component for visualizing regular expressions
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-01-12
- **Last Updated**: 2026-01-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Regulex Visualizer
### Install for Node.js
```
npm install regulex-visualizer
```
### Usage
```vue
```
### Props
| Property | Type | Default | Description |
|--------|------|--------|------|
| pattern | string | - | Regular expression pattern |
### Events
| Event | Parameters | Description |
|--------|------|------|
| update:pattern | (pattern: string) | Triggered when the regular expression is updated |