1.0.12 • Published 2 months ago

chablis v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

1.0.12

2 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.5.0

2 years ago