1.0.4 • Published 4 years ago

notebooksheet v1.0.4

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

notebooksheet

This gives a Notebook style div that displays a list of items passed styled in handwriting font.

NPM JavaScript Style Guide

Install

npm install --save notebooksheet

Usage

import React from 'react'
import { Notebook } from 'notebooksheet'
import 'notebooksheet/dist/index.css'
const App = () => {
  const items = []
  // Example items
  // items[0] = 'one'
  // items[1] = 'two'

  const heading = '' // Enter a heading

  return <Notebook heading={heading} items={items} />
}

export default App

License

MIT © pradeepradyumna

Keywords

notebook notebook-sheet notebookstyle

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago