Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T14:13:27.000Z (about 2 years ago)
- Last Synced: 2024-08-08T23:16:09.028Z (3 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).