2 Commits
3 changed files with 15 additions and 7 deletions
+9 -1
View File
@@ -64,7 +64,15 @@ luna-charts/
### Installation
```bash
git clone <this-repository>
git clone https://github.com/Ninosaurier/LUNA-Charts.git
cd luna-charts
pnpm install
```
or
```bash
git clone https://git.byting-pandas.ninja/Ninosaurier/LUNA-Charts.git
cd luna-charts
pnpm install
```
+1 -1
View File
@@ -1,5 +1,5 @@
{
"timestamp": "2026-07-22T21:49:28",
"timestamp": "2026-08-01T23:02:04",
"compiler": {
"name": "@stencil/core",
"version": "4.43.5",
@@ -8,10 +8,10 @@
## Properties
| Property | Attribute | Description | Type | Default |
| -------- | --------- | --------------- | -------- | ----------- |
| `first` | `first` | The first name | `string` | `undefined` |
| `last` | `last` | The last name | `string` | `undefined` |
| `middle` | `middle` | The middle name | `string` | `undefined` |
| -------- | --------- | --------------- | --------------------- | ----------- |
| `first` | `first` | The first name | `string \| undefined` | `undefined` |
| `last` | `last` | The last name | `string \| undefined` | `undefined` |
| `middle` | `middle` | The middle name | `string \| undefined` | `undefined` |
----------------------------------------------