Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
/ core-js Public archive

A collection of JS functionalities that we commonly need to use.

License

Notifications You must be signed in to change notification settings

outl1ne/core-js

Repository files navigation

This is a collection of JS functionalities that we commonly need to use.

Docs

  • To install, run npm install @optimistdigital/core-js

Modals - docs

import modals from '@optimistdigital/core-js/lib/modals';
modals.init();

Dropdowns - docs

import dropdowns from '@optimistdigital/core-js/lib/dropdowns';
dropdowns.init();

Tabs - docs

import tabs from '@optimistdigital/core-js/lib/tabs';
tabs.init();

Development

  1. Install dependencies: npm install
  2. Start dev servers: npm run dev
  3. Run tests to confirm your work: npm run test

About

A collection of JS functionalities that we commonly need to use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published