An open API service indexing awesome lists of open source software.

https://github.com/itschip/kuul.js


https://github.com/itschip/kuul.js

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# kuul.js

> React UI Component Library for making sick smooth UI

[![NPM](https://img.shields.io/npm/v/kuul.js.svg)](https://www.npmjs.com/package/kuul.js) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save kuul.js
```

## Usage

```jsx
import React, { Component } from 'react'

import { KuulCard } from 'kuul.js'
import 'kuul.js/dist/index.css'

class Example extends Component {
render() {
return (
Some content
)
}
}
```

## License

MIT © [Christopher Gjelten (chip=](https://github.com/Christopher Gjelten (chip=)