https://github.com/mikoloism/annar-js
Hypertext JavaScript :tada:
https://github.com/mikoloism/annar-js
hypertext
Last synced: about 1 year ago
JSON representation
Hypertext JavaScript :tada:
- Host: GitHub
- URL: https://github.com/mikoloism/annar-js
- Owner: mikoloism
- Created: 2021-05-13T14:24:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T17:30:30.000Z (over 3 years ago)
- Last Synced: 2025-02-06T12:34:17.087Z (over 1 year ago)
- Topics: hypertext
- Language: JavaScript
- Homepage:
- Size: 283 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WIP
warn : this project is just instance and concept of the real project
# Annar Js
Hypertext JavaScript
=> HJS
## install
not available to moment.
## usage
```js
import { render } from 'hjs';
const MyComponent = {
tag: 'div',
class: 'container',
dataset: { flex: 'row' },
};
const html = render(MyComponent);
//=>
```