@plipag/ceci-ui
v1.6.1
Published
PliPag's implementation of @mui/material
Downloads
237
Readme
ceci-ui
A highly opinionated implementation of Material-UI.
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