@kernlang/react
v3.1.3
Published
Kern React transpilers — Tailwind, Next.js, Web
Maintainers
Readme
@kernlang/react
Kern React transpilers — Tailwind, Next.js, Web
Part of the KERN monorepo.
Install
npm install @kernlang/reactUsage
import { parse } from '@kernlang/core';
import { transpileTailwind } from '@kernlang/react';
const ir = parse(`page "Home" { text "Hello" }`);
const result = transpileTailwind(ir, { target: 'react-tailwind' });License
AGPL-3.0
