Skip to content

pradeepradyumna/notebooksheet

Repository files navigation

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