nwc-gizmo
v1.0.0
Published
Gizmo, an NWC component library focused on ecommerce
Downloads
3
Readme
gizmo
Gizmo, an NWC component library focused on ecommerce
Install
npm install --save gizmo
Usage
import React, { Component } from 'react'
import MyComponent from 'gizmo'
import 'gizmo/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © nerdswithcharisma