Suika

GitHub Workflow Status npm GitHub codecov

Suika is a lightweight component based Javascript library for building user interfaces, that relies on a virtual DOM with JSX support.

Installation

You can use suika as a package on npm

npm install suika@latest

Documentation

Please follow the documentation at jonwatkins.github.io/suika/.

Example

A simple todo example can be found here. Or you can checkout the repo here.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

MIT

Copyright (c) 2023-present, Jon Watkins