Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hug-sun/element3-core
headless ui components library
https://github.com/hug-sun/element3-core
Last synced: about 2 months ago
JSON representation
headless ui components library
- Host: GitHub
- URL: https://github.com/hug-sun/element3-core
- Owner: hug-sun
- License: mit
- Created: 2021-05-12T10:12:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T03:05:43.000Z (over 2 years ago)
- Last Synced: 2024-10-16T05:32:43.202Z (3 months ago)
- Language: GLSL
- Homepage: https://hug-sun.github.io/element3-core/
- Size: 624 KB
- Stars: 65
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# element3-core
this is a headless ui components library based on the vue3## chat
![Jietu20210522-132339@2x](https://user-images.githubusercontent.com/1905176/119215549-f7664180-bb00-11eb-9856-5dd1d8695cc3.jpg)
## Features
- Logic and style separation
- No Style
- Custom Ui Easy
## InstallationInstall element3-core with npm
```bash
npm install element3-core
```
## Demorun demo
> a base webgl ui
clone the project
```bash
git clone https://github.com/hug-sun/element3-core.git
```
Go to the example project directory```bash
cd example
```Install dependencies
```base
yarn
// or npm install
```Start the server
```base
yarn dev
```
## License[MIT](https://choosealicense.com/licenses/mit/)