0.2.0 • Published 8 years ago

loot-web-kit v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

loot-web-kit

https://lootapp.github.io/loot-web-kit Set of react UI components used by loot.io front end team.

Usage

Download package from npm npm install loot-web-kit or yarn add loot-web-kit You have access to compiled es5 files from lib or es6 from es

Example component usage:

import { Form } from 'loot-web-kit/es'
/* or */
import { Form } from 'loot-web-kit/lib'
import React, { Component } from 'react'

class Example extends Component {
  render() {
    return <Form />
  }
}

Docs

Full documentation and list of components are avaliable at https://lootapp.github.io/loot-web-kit

Development

Project is based on nwb component libraries

yarn start - starts demo website from /demo at localhost:3000 yarn build - builds es5 and es6 modules along /docs yarn test - runs tests

Development files are avaliable within /src folder, if you want to include component to build it must be exported via index.js

nwb docs

0.2.0

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

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.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago