chardonnay
TypeScript icon, indicating that this package has built-in type declarations

1.0.30 • Public • Published

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.

Package Sidebar

Install

npm i chardonnay

Weekly Downloads

72

Version

1.0.30

License

MIT

Unpacked Size

413 kB

Total Files

8

Last publish

Collaborators

  • pserick