0.0.0 • Published 2 years ago
react-ziko v0.0.0
Overview
react-ziko is a tool designed for rendering ziko elements within a React application.
Install
npm i react-zikoUsage
import ZikoUI from "react-ziko";
import { text } from "ziko";
const ui = text("Hello World").style({
color:"darkblue"
});
export default function App() {
return (
<main>
<ZikoUI ui={ui.render(false)} />
</main>
);
}0.0.0
2 years ago