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