dolphin-ui
v1.0.0
Published
A library of components responsive and accessible to users
Downloads
3
Readme
wombat-js-ui
"A library of components responsive and accessible to users
Install
npm install --save wombat-js-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'wombat-js-ui'
import 'wombat-js-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
Run tests
(Write the instructions)
Write an example
(write the instructions)
Currently working on
[x] Typeahead component [ ] Switch component [ ] Tick component [ ] Modal component