https://github.com/sixach/wp-block-components
A collection of most used React components crafted for the sixa projects.
https://github.com/sixach/wp-block-components
library npm
Last synced: about 2 months ago
JSON representation
A collection of most used React components crafted for the sixa projects.
- Host: GitHub
- URL: https://github.com/sixach/wp-block-components
- Owner: sixach
- License: gpl-3.0
- Created: 2021-05-18T12:20:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T14:13:27.000Z (over 3 years ago)
- Last Synced: 2025-08-08T22:28:46.813Z (11 months ago)
- Topics: library, npm
- Language: JavaScript
- Homepage: https://sixach.github.io/wp-block-components
- Size: 21.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sixa Components
This package includes a library of generic sixa specific React components to be used for creating common UI elements shared between screens and features of the WordPress editor and dashboard.
## Installation
Install the module:
```bash
npm install @sixa/wp-block-components --save
```
_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._
## Documentation
Documentation pages can be viewed [here](https://sixach.github.io/wp-block-components).