Skip to content

vissimo-group/chardonnay

Repository files navigation

chardonnay

A mobile first frontend framework made with ( evino ).


It is still in early development


This project will use tsp to convert all TypeScript code

Examples

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 };

Installation

npm install chardonnay

But all commands run with yarn as well.

Testing

All tests are done using Vitest

npm test

License

Licensed under MIT. Enjoy.