@plipag/ceci-ui

PliPag's implementation of @mui/material

Usage no npm install needed!

<script type="module">
  import plipagCeciUi from 'https://cdn.skypack.dev/@plipag/ceci-ui';
</script>

README

ceci-ui

A highly opinionated implementation of Material-UI.

NPM JavaScript Style Guide

Example

See a live demo.

Install

# npm
npm install --save @plipag/ceci-ui

# yarn
yarn add @plipag/ceci-ui

Usage

See below an example of using Button component.

import React, { Component } from "react";

import { Button } from "ceci-ui";

class Example extends Component {
  render() {
    return <Button>Button Label</Button>;
  }
}

Documentation

You can see our stories here. Real documentation is coming soon.

Testing

At this point, testing is not a priority. TypeScript provides us with the necessary stability for now.

License

MIT © plipag