A mobile first frontend framework made with ( evino ).
It is still in early development
This project will use tsp to convert all TypeScript code
We have all components listed on our documentation. Here is the first one to get you started:
import React from "react";
import { Button } from "chardonnay";
function App() {
return <Button>Hello World</Button>;
}
export { App };
npm install chardonnay
But all commands run with yarn
as well.
All tests are done using Vitest
npm test
Licensed under MIT. Enjoy.