0.0.2 • Published 3 years ago

quiltt-components v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

quiltt-components

NPM

JavaScript Style Guide

Install

npm install --save quiltt-components

or

yarn add quiltt-components

Usage

import * as React from 'react'

import 'quiltt-components/dist/index.css'

import { AccountList } from 'quiltt-components'

const Example = () => {
  //  .......................  //
  //  Data fetching step here  //
  //  .......................  //
  return <AccountList accounts={accounts} />
}

export default Example

License

MIT © quiltt