https://github.com/itschip/kuul.js
https://github.com/itschip/kuul.js
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itschip/kuul.js
- Owner: itschip
- Created: 2020-10-27T15:42:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T18:54:07.000Z (over 5 years ago)
- Last Synced: 2025-03-20T03:15:01.757Z (over 1 year ago)
- Language: HTML
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kuul.js
> React UI Component Library for making sick smooth UI
[](https://www.npmjs.com/package/kuul.js) [](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=)