@meaningfulgigs/dali
v1.7.3
Published
Component Library for the Meaningful Gigs ecosystem
Downloads
149
Keywords
Readme
Meaningful Gigs UI Component Library
This repository contains the full set of UI components used in the entire Meaningful Gigs ecosystem along with Storybook. The following applications in the MG ecosystem use these components:
- Corporate Website (https://www.meaningfulgigs.com/)
- Portal (https://portal.meaningfulgigs.com/)
- Blog (https://www.meaningfulgigs.com/blog/)
- Internal Portal (https://internal.meaningfulgigs.com/)
- Creative Showcase (https://showcase.meaningfulgigs.com/)
- Landing Pages (TBD)
In addition to containing these UI components, Storybook is included in the developer dependencies to assist in managing the creation, maintenance, and testing of new and existing components.
FAQ
Q. I am adding Tailwind classes, but they aren't working. What's going on?
A. All Tailwind classes within this project must be prefixed with dali-
, including classes in Storybook stories. Additionally, Storybook won't rehydrate Tailwind classes. If you don't see a class you added being applied, a simple refresh usually does the job.