weird-library
v0.0.4
Published
A library containing common reusable components, hooks and utils related to polkadotJS api.
Downloads
10
Readme
Weird Library
A library containing common reusable components, hooks and utils related to polkadotJS api.
npm i weird-library
Usage
import React, { Component } from "react"
import { MyComponent } from "myLibrary"
class Example extends Component {
render() {
return <MyComponent />
}
}
Development (Storybook)
Project has integrated storybook for showcasing the components. In order to develop live a component just run:
npm run storbook
oryarn storybook
Making changes on the components will appear immediately in the page mentioned above