0.1.4 • Published 8 years ago

@hivebeat/kenai v0.1.4

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Kenai npm (scoped)

Kenai: Semantic UI components in React

Beware

This is extremely early and undocumented work!

Usage

Make sure you have Semantic UI css in your project.

Run npm install @hivebeat/kenai.

You can import components like this:

import { Card, Form, Input } from '@hivebeat/kenai'

const MyComponent = () => (
  <Card>
    <Form>
      <Input type='text' value='my name' title='name' />
    </Form>
  </Card>
)
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago