Made with create-react-library
npm install --save inputs-sds
import React, { Component } from 'react'
import MyComponent from 'inputs-sds'
import 'inputs-sds/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © Sean_smyth