@plipag/ceci-ui
TypeScript icon, indicating that this package has built-in type declarations

1.6.1 • Public • Published

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

Package Sidebar

Install

npm i @plipag/ceci-ui

Weekly Downloads

22

Version

1.6.1

License

MIT

Unpacked Size

14.8 MB

Total Files

105

Last publish

Collaborators

  • cassiopagnoncelli
  • cassioplipag
  • vinipli
  • angeloduarte