notebooksheet

1.0.4 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i notebooksheet

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

7.59 kB

Total Files

7

Last publish

Collaborators

  • pradeepradyumna