notebooksheet
v1.0.4
Published
Made with create-react-library
Downloads
4
Readme
notebooksheet
This gives a Notebook style div that displays a list of items passed styled in handwriting font.
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