kaif-bar-charts

0.0.3 • Public • Published

📊 Kaif bar charts

Rechart-style bar charts that weighs less than 1kb!!!

Usage

/** @jsx Kaif.h @jsxFrag Kaif.Fragment */
import Kaif from 'kaif'

import BarChart from 'kaif-bar-charts'

const data = [
  ['Jan', 1367],
  ['Feb', 1454],
  ['Mar', 3846],
  ['Apr', 5526],
  ['May', 4074],
  ['Jun', 5971],
  ['Jul', 3858],
  ['Aug', 3856],
  ['Sep', 4294],
  ['Oct', 4053],
  ['Nov', 1963],
  ['Dec', 4350],
]

let App = () => {
  return (
    <BarChart id="root" data={data}/>
  )
}
// or
App = () => {
  return BarChart({ id:"root", data })
}

Kaif.init(document.getElementById('root'), App)

Design reference

https://ui.shadcn.com/examples/dashboard

Readme

Keywords

none

Package Sidebar

Install

npm i kaif-bar-charts

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

2.96 kB

Total Files

4

Last publish

Collaborators

  • nottgy