david-ui

React Components for Redux-Form

Usage no npm install needed!

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

README

David UI

This is a collection of UI Components that are compatible with Redux Form

Develop & Deploy

  1. Start dev server, npm start
  2. Go to src/__examples__ to test your modules
  3. Increment version in package.json (1.[feat].[fix])
  4. Add your changes git add .
  5. Run npm run commit
  6. Run npm run build
  7. Run npm publish