Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.07 KB

DVKIIN Project

Welcome to the DVKIIN ☂ Project!

What is this?

This is basically a collection of code snippets that I happened to use again and again.

Docs

Netlify Status

Docs are currently listed on dvkiin.xyz.

What does it contain?

@dvkiin/commons

A collection of functions that is useful in every JS/TS project.

Full README here.

@dvkiin/material-commons

Using React and Material-UI? This is the perfect package for you! It contains declarative Forms, Tables and Modals so you can focus on the important part.

This package help you:

  • write less code
  • create less bugs
  • validating forms
  • paginating tables
  • spend time on coding what matters
  • easily integrate it with Apollo Client

Full README here.

DVKIIN Playground

A webapp containing examples used to develop the @dvkiin/material-commons package.

Full README here.