1.0.11 • Published 3 years ago

@flashcoffee/fcuikit v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

FCUikit

This is UIkit used at flash-coffee

DIRECTORY LAYOUT

  • src/assets: assets (image, audio files, font, etc) used by the application
  • src/components: shared component used by the application
  • src/decorators: decorators for storybook
  • src/recoils: atom, selector to manage client state of the application, please add a new file if you want add a selector, if you want to add an atom, you can add the method inside atom.ts file
  • src/theme: base styles for the application (for the Theme and Dark Mode, we follow TheCodingMachine rules)