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

https://github.com/robinweser/kilvin

Primitive React Layout Components using Fela
https://github.com/robinweser/kilvin

component-library cssinjs fela layout primitives react react-components

Last synced: 6 months ago
JSON representation

Primitive React Layout Components using Fela

Awesome Lists containing this project

README

          

# Kilvin

Kilvin is a set of universal & primitive Layout Components for [React](https://github.com/facebook/react/).

It is build with [Fela](https://github.com/robinweser/fela/) and requires [react-fela](https://github.com/robinweser/fela/tree/master/packages/react-fela). It is intended to be used in projects that use [Fela](https://github.com/robinweser/fela/) anyways.

Each component is carefully crafted and well tested in production.

Bundlephobia npm downloads npm version

## Installation

```sh
yarn add kilvin
```

Alternatively use `npm i --save kilvin`.

## The Gist

```js
import { Absolute, Box, Spacer } from 'kilvin'

export default () => (


Fixed in the upper left corner.

A

B


)
```

## Documentation

- [Introduction](https://kilvin.js.org/docs/Introduction.html)
- [Usage](https://kilvin.js.org/docs/Usage.html)
- [Basic](https://kilvin.js.org/docs/usage/Basic.html)
- [Advanced](https://kilvin.js.org/docs/usage/Advanced.html)
- [Components](https://kilvin.js.org/docs/Components.html)
- [Absolute](https://kilvin.js.org/docs/components/Absolute.html)
- [Box](https://kilvin.js.org/docs/components/Box.html)
- [ScrollView](https://kilvin.js.org/docs/components/ScrollView.html)
- [Spacer](https://kilvin.js.org/docs/components/Spacer.html)
- [Changelog](https://kilvin.js.org/docs/Changelog.html)

## License

Kilvin is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Documentation is licensed under [Creative Common License](http://creativecommons.org/licenses/by/4.0/).

Created with ♥ by [@robinweser](http://weser.io) and all the great contributors.