@bigbinary/neeto-commons-frontend

4.13.30 • Public • Published

neeto-commons-frontend

A library that packages common boilerplate frontend code necessary for all neeto products.

Category

Name

Initializers

React utilities

Pure utility functions

Moved into @bigbinary/neeto-cist

Web utility functions

Installation Instructions

Install from npm:

yarn add "@bigbinary/neeto-commons-frontend@latest"

This package relies on the host project's tailwind configuration. So add neeto-commons-frontend to your project's tailwind.config.js file:

module.exports = {
  purge: {
    content: [
      // ... other content directories
      "./node_modules/@bigbinary/neeto-commons-frontend/**/*.js",
    ],
  },
  // ... other tailwind config options
};

Usage

This package exports five different sets of functions and components. Click on them to read more:

  1. Initializers
  2. React utilities
  3. Web utility functions
  4. Default configurations
  5. Cypress Utils
  6. Common constants

Other references

Testing using yalc

All our build files are in dist folder, so when you publish make sure to pass the dist dir.

yalc publish dist

/@bigbinary/neeto-commons-frontend/

    Package Sidebar

    Install

    npm i @bigbinary/neeto-commons-frontend

    Weekly Downloads

    4,853

    Version

    4.13.30

    License

    Apache-2.0

    Unpacked Size

    3.06 MB

    Total Files

    745

    Last publish

    Collaborators

    • neerajdotname
    • bigbinarybot
    • neetohq