@koala-ui/core

0.6.1 • Public • Published

Intro

A progressive React UI library

NPM JavaScript Style Guide

Install

npm i @koala-ui/core

Documentation

Documentation Site

Usage

import React from 'react'
import { Container, Header, Sider, Body, Footer, Col, Row, Queue } from '@koala-ui/core'

const App = () => {
  return (
    <Container>
      <Header fixed shadowed background='#000'>
        <Header.Title color='#d1d1d1'>Title</Header.Title>
      </Header>
      <Row>
        <Sider fixed background='#333'>
          Menu
        </Sider>
        <Col>
          <Body padding='m'>
            <Queue>
              <Queue.Item>Intro</Queue.Item>
            </Queue>
          </Body>
          <Footer>Copyright</Footer>
        </Col>
      </Row>
    </Container>
  )
}

export default App
`

License

GPL © koatree

Readme

Keywords

none

Package Sidebar

Install

npm i @koala-ui/core

Weekly Downloads

1

Version

0.6.1

License

GPL-3.0-only

Unpacked Size

344 kB

Total Files

5

Last publish

Collaborators

  • lchemist
  • koatree