dolphin-ui

A library of components responsive and accessible to users

Usage no npm install needed!

<script type="module">
  import dolphinUi from 'https://cdn.skypack.dev/dolphin-ui';
</script>

README

wombat-js-ui

"A library of components responsive and accessible to users

NPM JavaScript Style Guide

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