0.2.0 • Published 7 years ago

loot-web-kit v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago