chablis

1.0.12 • Public • Published

Chablis

A mobile first frontend framework made with ( evino ).


It is still in early development

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 "chablis";

class HelloButton extends React.Component {
  render() {
    return <Button>Hello World</Button>;
  }
}

export default HelloButton;

Installation

yarn add chablis

But all commands run with npm as well.

Debug

yarn start

This will start the storybook at development mode and exposes it on localhost:9001

Testing

All of the chablis tests are written with jest and enzyme. Just run

yarn test

License

Licensed under MIT. Enjoy.

Package Sidebar

Install

npm i chablis

Weekly Downloads

2

Version

1.0.12

License

MIT

Unpacked Size

118 kB

Total Files

7

Last publish

Collaborators

  • evino
  • pserick
  • vermeuln
  • joelsalmeida