mandala-ui/mandala

View on GitHub
.generators/README.hbs

Summary

Maintainability
Test Coverage
# Mandala UI {{> injectPascalCaseName }}
Mandala is a React component library that utilizes a declarative CSS.

### Description
Describe your component and the problem it solves.

### Installation

Check the [Monorepo README](https://github.com/mandala-ui/mandala) for installation.

### Usage
if using the whole library:
```js
import { {{> injectPascalCaseName }} } from 'mandala';
```
if only using this component:
```js
import {{> injectPascalCaseName }} from '@mandala-ui/{{> injectDashCaseName }}';
```

### Props
* `children` - replace this if no children

| propName | propType | defaultValue | isRequired |
| -------- | -------- | ------------ | ---------- |
| children | node     | null         | -          |


![mandala-bottom](https://user-images.githubusercontent.com/1824267/38281372-32114e5c-375f-11e8-9fbe-e5191b96429c.png)