@pomegranate-ui/maracuya-ui
Version:
Maracuya is a design system built with React, Typescript & emotion
47 lines (33 loc) • 890 B
Markdown
# Maracuya-ui - React component library
Maracuya is a react component library built with Typescript & emotion.
Maracuya uses [emotion](https://emotion.sh) for writting css styles using javascript.
[](https://standardjs.com)
## Install
```bash
yarn add @pomegranate-ui/maracuya-ui
```
## Usage
```tsx
import React from 'react'
import { Alert } from '@pomegranate-ui/maracuya-ui'
const App = () => {
return <Alert text='Alert example 😄' color='primary' />
}
```
## Components
- [Alert](https://codesandbox.io/s/eager-water-0jv8p?file=/src/App.js)
- Avatar
- Button
- Chip
- Embed
- Hero
- Hidden
- Image
- ImageDiv
- Overlay
- List & item
- Overlay
- Modal
- more coming up...
## License
MIT © [franzwcom](https://github.com/franzwcom)