Skip to content

Commit

Permalink
feat: 💚 add in alex
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Oct 24, 2024
1 parent 77229d6 commit 6d4938a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
23 changes: 0 additions & 23 deletions .ecrc

This file was deleted.

21 changes: 20 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
alex:
name: Check language
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout repository
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}

- uses: actions/setup-node@v4
name: Setup Node.js @v20
with:
cache: npm
node-version: 20.x

- uses: brown-ccv/alex-recommends@v1.2.1
name: Comment on new PR
with:
sync-labels: true
message_id: 'alex'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-template
# React Template

<description> used within the Galaxy.
A React template used within the Galaxy.

## Installation

Expand All @@ -10,11 +10,19 @@ npm install --save-dev @theholocron/react-template

## Usage

<!-- fill out the usage with examples -->
```typescript
import { Component, type ComponentProps } from "@theholocron/react-template";

function App (props: ComponentProps) {
return (
<Component {...props} />
);
}
```

## Documentation

<!-- document the api(s), or how to use with examples -->
The best way to find out what's available is to check out the [documentation site](https://docs.theholocron.dev/react-template/), but if you like digging through source code, then each component is typed via TypeScript.

**Note**

Expand Down

0 comments on commit 6d4938a

Please sign in to comment.