Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Dec 18, 2022
1 parent 62c15ea commit cd49dc6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After the following tasks are completed, we will publish `Release v0.1.0.alpha.0
- [x] Data Reactively
- [x] Inject style
- [x] JSX TypeScript Support
- [ ] `<Fragment />` Support
- [x] `<Fragment />` Support
- [ ] Vite Fully Support
- [ ] Function Component Support

Expand Down Expand Up @@ -67,6 +67,17 @@ export function App() {
registerFunctionComponent("app-element", <App />);
```

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## License

[MIT](https://opensource.org/licenses/MIT)

0 comments on commit cd49dc6

Please sign in to comment.