https://github.com/bordoni/concepts
https://github.com/bordoni/concepts
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bordoni/concepts
- Owner: bordoni
- Created: 2025-04-04T20:15:43.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:24:34.000Z (20 days ago)
- Last Synced: 2025-04-04T21:30:48.854Z (20 days ago)
- Language: JavaScript
- Homepage: http://bordoni.github.io/concepts/
- Size: 607 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bordoni Concepts
A collection of UI concepts and prototypes using WordPress Components.
## Projects
### Button Group IAC
A demonstration of using WordPress ToggleGroupControl for attendee registration fields.[View Demo](https://bordoni.github.io/concepts/button-group-iac/)
### More Concepts Coming Soon
Additional concepts will be added to this repository and automatically deployed to GitHub Pages.## Development
Each concept is a standalone React application using WordPress Components.
### Setup
1. Clone the repository
2. Navigate to a concept directory
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```### Building
To build a concept for production:
```bash
npm run build
```## License
This project is licensed under the GPL v2 or later.