Compare commits
2
Commits
2b742e95f1
...
82cfca4215
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82cfca4215 | ||
|
|
c1a1e71240 |
@@ -64,7 +64,15 @@ luna-charts/
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```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
|
cd luna-charts
|
||||||
pnpm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"timestamp": "2026-07-22T21:49:28",
|
"timestamp": "2026-08-01T23:02:04",
|
||||||
"compiler": {
|
"compiler": {
|
||||||
"name": "@stencil/core",
|
"name": "@stencil/core",
|
||||||
"version": "4.43.5",
|
"version": "4.43.5",
|
||||||
|
|||||||
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
| Property | Attribute | Description | Type | Default |
|
| Property | Attribute | Description | Type | Default |
|
||||||
| -------- | --------- | --------------- | -------- | ----------- |
|
| -------- | --------- | --------------- | --------------------- | ----------- |
|
||||||
| `first` | `first` | The first name | `string` | `undefined` |
|
| `first` | `first` | The first name | `string \| undefined` | `undefined` |
|
||||||
| `last` | `last` | The last name | `string` | `undefined` |
|
| `last` | `last` | The last name | `string \| undefined` | `undefined` |
|
||||||
| `middle` | `middle` | The middle name | `string` | `undefined` |
|
| `middle` | `middle` | The middle name | `string \| undefined` | `undefined` |
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user